OpItem class

Implementers

Constructors

OpItem(Stopwatch selfClock, {String? renderBox, String? ownerElement, String? url})

Properties

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

Methods

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

Operators

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