ProviderOrFamily class sealed

A common interface shared by ProviderBase and Family

Implemented types
Annotations
  • @publicInCodegen
  • @publicInMisc

Properties

dependencies → Iterable<ProviderOrFamily>?
The list of providers that this provider potentially depends on.
final
from → Family?
The family that this provider/family depends on.
no setter
hashCode → int
The hash code for this object.
no setterinherited
isAutoDispose → bool
Whether the state associated to this provider should be disposed automatically when the provider stops being listened.
final
name → String?
A custom label for providers.
final
retry → Retry?
The retry strategy to use when a provider fails.
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited