BaseCubit<S extends BaseState> constructor

BaseCubit<S extends BaseState>(
  1. S initialState
)

Implementation

BaseCubit(super.initialState);