StateNotifier<T> constructor

StateNotifier<T>(
  1. T _state
)

Initialize state.

Implementation

StateNotifier(this._state);