StateNotifier<T> constructor

StateNotifier<T>(
  1. T _state
)

Creates a new state notifier with the given initial state.

Implementation

StateNotifier(this._state);