ProviderQueueResolution class final
The scope-resolution result: the winning queue plus the boot notices
(winning scope named, shadowed scopes listed — the tools: stack
discipline; identical lower scopes collapse into one notice).
Constructors
-
ProviderQueueResolution({required ProviderQueueScope scope, required List<
ProviderQueueEntry> entries, required List<String> notices}) -
Creates the resolution.
const
Properties
-
entries
→ List<
ProviderQueueEntry> -
The winning queue's entries.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isSet → bool
-
Whether a queue is configured at all.
no setter
-
notices
→ List<
String> -
The boot notice lines (already prefixed
note: provider queue ...).final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scope → ProviderQueueScope
-
The winning scope.
final
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