blocState property

  1. @protected
S blocState
getter/setter pair

The current BloC's state.

Implementation

@protected
late S blocState;