mounted property
      
      bool
      get
      mounted
      
    
    
Whether the provider is mounted. Set to false if disposed.
Implementation
bool get mounted => _mounted;
Whether the provider is mounted. Set to false if disposed.
bool get mounted => _mounted;