ChainCommandContext class

Constructors

ChainCommandContext(CentralStation centralStation, BuildContext context, dynamic command, {String waitingText = "Waiting...", ChainCommandContext? parent, Function? test, dynamic failResult})

Properties

centralStation CentralStation
final
command → dynamic
final
context BuildContext
final
failResult → dynamic
final
hashCode int
The hash code for this object.
no setterinherited
parent ChainCommandContext?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
test Function?
final
waitingText String
final

Methods

done() Stream
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
then(Function test, dynamic command, {dynamic failResult}) ChainCommandContext
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited