AbstractItemCubit<S extends AbstractItemState> constructor
AbstractItemCubit<S extends AbstractItemState> (
- S initialState
Implementation
AbstractItemCubit(S initialState) : super(initialState);