BindingOpItem class
Constructors
- BindingOpItem(Stopwatch selfClock, int profileId)
Properties
- currentStep → _OpSteps?
-
no setterinherited
- duration ↔ Duration
-
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- ownerElement ↔ String?
-
getter/setter pairinherited
- profileId ↔ int
-
getter/setter pair
- 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