ActivityStartedEventDetails class

Contains details about the start of an activity during an execution.

Constructors

ActivityStartedEventDetails({String? workerName})
ActivityStartedEventDetails.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
workerName String?
The name of the worker that the task is assigned to. These names are provided by the workers when calling GetActivityTask.
final

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