FamilyOverride<@Deprecated('Will be removed in 3.0.0') State> class abstract

Do not use: Internal object to used by ProviderContainer/ProviderScope to override the behavior of a "family" for part of the application.

Implemented types
Implementers
Annotations
  • @internal

Constructors

FamilyOverride()

Properties

hashCode int
The hash code for this object.
no setterinherited
overriddenFamily Family<State>
The family that was overridden.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getProviderOverride(ProviderBase<State> provider) → ProviderBase<State>
Obtains the new behavior for a provider associated to the overridden family.
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