BuildScaffold class

Constructors

BuildScaffold(int stage, BuildingWatcherAction parent, CancellationToken cancellationToken)

Properties

cancellationStackTrace StackTrace
The stack trace at the time this cancellable was created.
finalinherited
cancellationToken ↔ CancellationToken
getter/setter pair
hasBeenCancelled bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isCancelled bool
Whether or not the operation has been cancelled.
no setterinherited
parent BuildingWatcherAction
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stage int
getter/setter pair

Methods

detach() → void
Detatches from the CancellationToken. This should be called after completing without cancellation.
inherited
maybeAttach(CancellationToken? token) bool
Attaches to the CancellationToken only if it hasn't already been cancelled. If the token has already been cancelled, onCancel is called instead.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onCancel(Exception cancelException) → void
Called when the attached token is cancelled.
run() Future
toString() String
A string representation of this object.
inherited

Operators

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