BaseBloc<E, S> constructor

BaseBloc<E, S>(
  1. S initialState
)

Implementation

BaseBloc(S initialState) : super(initialState);