IntervalStep class

Inheritance
Available Extensions

Constructors

IntervalStep(String name)

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
final
params Map<String, dynamic>
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addAdjustDuration(int durationInMillis) → void
inherited
addParam(String key, dynamic value) TimeConsumingOperation
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeParam(String key) TimeConsumingOperation
inherited
setAdjustDuration(int durationInMillis) → void
inherited
setParams(Map<String, dynamic> params) TimeConsumingOperation
inherited
setResult(int code, [String? message, String? requestId, int serverCost = 0]) TimeConsumingOperation
inherited
toMap() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

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