EvaluateOpItem class

Inheritance

Constructors

EvaluateOpItem(Stopwatch selfClock, String label)

Properties

currentStep → _OpSteps?
no setterinherited
duration Duration
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
label String
getter/setter pair
nativeSteps List
getter/setter pair
ownerElement String?
getter/setter pairinherited
renderBox String?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selfClock Stopwatch
getter/setter pairinherited
steps List<_OpSteps>
getter/setter pairinherited
stepStack List<String>
getter/setter pairinherited
url String?
getter/setter pairinherited

Methods

finishStep() → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
recordStep(String label, _OpSteps step) → void
inherited
toJson() Map
override
toString() String
A string representation of this object.
inherited

Operators

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