TimeConsumingOperation class abstract

Implementers
Available Extensions

Constructors

TimeConsumingOperation({int? startTime})

Properties

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

Methods

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

Operators

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