states property

List<State<StateIdentifier>> states

List of all the States in this machine.

Implementation

List<State<StateIdentifier>> get states => UnmodifiableListView(_states);