initialState property

  1. @protected
FastAppLoaderBlocState? initialState
finalinherited

The initial state of the BloC.

Implementation

@protected
final S? initialState;