initialState property

  1. @protected
FastMediaLayoutBlocState? initialState
finalinherited

The initial state of the BloC.

Implementation

@protected
final S? initialState;