GitsCubit<T> constructor

GitsCubit<T>(
  1. T initialState
)

Implementation

GitsCubit(T initialState) : super(initialState);