JoinedWorkReader class

Reads a station's already-joined work graph.

This opens no second controller over the underlying stores: the station owns the joined graph and supplies its latest snapshot through latest.

Constructors

JoinedWorkReader(GraphSnapshot latest())
Creates the reader over latest.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
latest → GraphSnapshot Function()
Returns the station's current joined work graph.
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
read() Future<GraphSnapshot>
toString() String
A string representation of this object.
inherited

Operators

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