SelectionProvider class 
    final
 
 
    
    
    
  
    Properties
    
        - 
  argument
  → Object?
  
 
- 
  If this provider was created with the 
.family modifier, argument is
the variable that was used.
  finalinherited
 
        - 
  dependencies
  → Iterable<ProviderOrFamily>?
  
 
- 
  The list of providers that this provider potentially depends on.
  
finalinherited
 
        - 
  from
  → Family?
  
 
- 
  If this provider was created with the 
.family modifier, from is the .family instance.
  finalinherited
 
        - 
  hashCode
  → int
  
 
- 
  The hash code for this object.
  
no setteroverride
 
        - 
  isAutoDispose
  → bool
  
 
- 
  Whether the state associated to this provider should be disposed
automatically when the provider stops being listened.
  
finalinherited
 
        - 
  name
  → String?
  
 
- 
  A custom label for providers.
  
finalinherited
 
        - 
  retry
  → Retry?
  
 
- 
  The retry strategy to use when a provider fails.
  
finalinherited
 
        - 
  runtimeType
  → Type
  
 
- 
  A representation of the runtime type of the object.
  
no setterinherited