OperationProgress class

Information about operation (or operation stage) progress.

Constructors

OperationProgress({List<Metric>? metrics, String? name, List<OperationProgress>? stages, String? status})
OperationProgress.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
metrics List<Metric>?
Progress metric bundle, for example: metrics: [{name: "nodes done", int_value: 15}, {name: "nodes total", int_value: 32}] or metrics: [{name: "progress", double_value: 0.56}, {name: "progress scale", double_value: 1.0}]
getter/setter pair
name String?
A non-parameterized string describing an operation stage.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stages List<OperationProgress>?
Substages of an operation or a stage.
getter/setter pair
status String?
Status of an operation stage.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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