IntervalEvent class

Inheritance
Implemented types
Available Extensions

Constructors

IntervalEvent(String eventId, {EventPriority priority = EventPriority.NORMAL, int? startTime})

Properties

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

Methods

addAdjustDuration(int durationInMillis) → void
inherited
addParam(String key, dynamic value) TimeConsumingOperation
inherited
beginStep(String name) IntervalStep
endStep(int code, [String? message, String? requestId, int serverCost = 0]) IntervalEvent
getStep(String name) IntervalStep?
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