ActionCubit<STATE, ACTION> constructor

ActionCubit<STATE, ACTION>(
  1. STATE initialState
)

Implementation

ActionCubit(super.initialState);