CapturedPass class Rendering

One executed pass: identity, CPU time, and the blackboard keys it read and wrote, in observation order.

Constructors

CapturedPass({required String name, required int indexInGraph})

Properties

cpuMicros ↔ int
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
indexInGraph → int
final
name → String
final
reads → List<String>
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
writes → List<String>
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