ConcreteCubit<T> constructor

ConcreteCubit<T>(
  1. T initialState
)

Implementation

ConcreteCubit(T initialState) : super(initialState);