Run class

Specifies the runId of a workflow execution.

Constructors

Run({String? runId})
Run.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runId String?
The runId of a workflow execution. This ID is generated by the service and can be used to uniquely identify the workflow execution within a domain.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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