SimpleValueCubit<T> constructor
SimpleValueCubit<T> (
- T value
Implementation
SimpleValueCubit(T value) : super(SimpleValue(value));
SimpleValueCubit(T value) : super(SimpleValue(value));