ValueCubit<T> constructor

ValueCubit<T>(
  1. T value
)

Implementation

ValueCubit(super.value);