StatefulExampleStep<State, System> class final

A step in a stateful example.

See also:

Properties

command Command<State, System>
The command that was run in this step.
final
hashCode int
The hash code for this object.
no setterinherited
number int
The number of the step.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value → dynamic
The value that was used in this step.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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