state property

  1. @override
T state
override

The current state of the flow.

Implementation

@override
T get state => _state;