StateNotifier<StateType, ErrorType> constructor

StateNotifier<StateType, ErrorType>(
  1. Event<StateType, ErrorType> _state
)

Implementation

StateNotifier(this._state);