RestartRequest class
Re-run the delegate FACTORY: delegate replaces the running one, and its build re-composes the tree.
- Inheritance
-
- Object
- ReassembleRequest
- RestartRequest
Constructors
- RestartRequest(int generation, GridDelegate delegate)
-
Creates the restart request at
generationcarrying the freshdelegate.const
Properties
- delegate → GridDelegate
-
The FRESH delegate the factory produced.
final
- generation → int
-
The monotonic re-composition counter; 0 is the launch baseline (never a
request).
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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