InitialValueCubit<T> constructor

InitialValueCubit<T>(
  1. T value
)

Implementation

InitialValueCubit(super.value) : _initialValue = value;