WorkList class
The work-axis observer and projection of the station admission authority.
This remains the sole joined-snapshot subscriber. It derives structural candidates from the settled graph, asks the station-owned authority, and renders only reservations the authority has admitted. A composition with no station services retains the synchronous, write-free offline fallback.
- Mixed-in types
Constructors
- WorkList({required SubstationConfig substationConfig, Key? key})
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- key → Key?
-
Identity
Keyused by keyed reconciliation (Branch.updateChildren). Null means positional (unkeyed) identity.finalinherited - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- substationConfig → SubstationConfig
-
final
Methods
-
createBranch(
) → StatefulBranch -
Creates the mounted
Branchfor this configuration.inherited -
createState(
) → State< WorkList> - Creates the mutable state for a branch of this seed.
-
debugFillProperties(
DiagnosticsBuilder properties) → void -
Adds this object's diagnostic properties to
properties. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
toStringDeep(
) → String -
Returns a deterministic multiline description of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited