state property

  1. @override
S state
override

Returns the current state.

Implementation

@override
S get state => _state;