StateNotifier<T> constructor Null safety

StateNotifier<T>(
  1. T _state
)

Initialize state.

Implementation

StateNotifier(this._state);