SimpleCubit<T> constructor

SimpleCubit<T>()

Implementation

SimpleCubit() : super(SimpleState<T>.initial());