SimpleValueCubit<T> constructor

SimpleValueCubit<T>(
  1. T value
)

Implementation

SimpleValueCubit(T value) : super(SimpleValue(value));