TerminatedException<T> class

The exception indicates that a future was terminated by calling DataQueue.terminate.

Implemented types

Constructors

TerminatedException(CommandBase command, {T? data})
Creates exception that indicates a future was terminated by calling DataQueue.terminate

Properties

command CommandBase
The terminated command.
final
data → T?
The optional command data.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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