TimeoutException class
Exception thrown when a request times out
- Inheritance
-
- Object
- ApiException
- TimeoutException
Constructors
- TimeoutException([String message = 'Request timed out', dynamic details])
-
Creates a timeout exception
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited