TimeoutException class
Thrown when a scheduled timeout happens while waiting for an async result.
- Implemented types
Constructors
- TimeoutException.new(String? message, [Duration? duration])
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