ValueCubit<T> constructor

ValueCubit<T>(
  1. T initialState
)

Implementation

ValueCubit(T initialState) : super(initialState);