state property

  1. @override
S get state
override

The current state (S) of the machine

Implementation

@override
S get state => _state;