TimeOuts class
<p>Class to define constant timeout to bring consistency in the code.</p>
Constructors
TimeOuts ()
Properties
hashCode → int
The hash code for this object.
<span class="feature">read-only</span><span class="feature">inherited</span>
runtimeType → Type
A representation of the runtime type of the object.
<span class="feature">read-only</span><span class="feature">inherited</span>
Methods
noSuchMethod(Invocation invocation) dynamic
Invoked when a non-existent method or property is accessed.
<span class="feature">inherited</span>
toString() String
A string representation of this object.
<span class="feature">inherited</span>
Operators
operator ==(Object other) bool
The equality operator.
<span class="feature">inherited</span>
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.