initialState property

  1. @protected
S? initialState
final

The initial state of the BloC.

Implementation

@protected
final S? initialState;