RefreshNotifier<T>  constructor 
      
      RefreshNotifier<T> (
    
- T _value
Creates a ChangeNotifier that wraps this value.
Implementation
RefreshNotifier(this._value);Creates a ChangeNotifier that wraps this value.
RefreshNotifier(this._value);