TimeOuts class
Class to define constant timeout to bring consistency in the code.
Constructors
:
Properties
[hashCode] [→ int] : The hash code for this object. ::: features no setterinherited :::
[runtimeType] [→ Type] : A representation of the runtime type of the object. ::: features no setterinherited :::
Methods
[noSuchMethod][([[Invocation] invocation]) → dynamic ] : Invoked when a nonexistent method or property is accessed. ::: features inherited :::
[toString][ [→ String] ] : A string representation of this object. ::: features inherited :::
Operators
[operator ==][([[Object] other]) [→ bool] ] : The equality operator. ::: features inherited :::
Constants
[large] [→ const int] : For large timeout, used for large data fetch.
[mediums] [→ const int] : For medium timeout, used for medium data fetch.
[small] [→ const int] : For small timeout, used for small data fetch.