RefreshNotifier<T> constructor

RefreshNotifier<T>(
  1. T _value
)

Creates a ChangeNotifier that wraps this value.

Implementation

RefreshNotifier(this._value);