BaseBlocDelegate<E, S> constructor

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

Creates a BaseBlocDelegate

Implementation

BaseBlocDelegate(super.initialState);