AbstractItemCubit<S extends AbstractItemState> constructor

AbstractItemCubit<S extends AbstractItemState>(
  1. S initialState
)

Implementation

AbstractItemCubit(S initialState) : super(initialState);