StepExecutionStatusDetail class

The execution state of a step.

Constructors

StepExecutionStatusDetail({required DateTime creationDateTime, required StepExecutionState state, DateTime? endDateTime, String? lastStateChangeReason, DateTime? startDateTime})
StepExecutionStatusDetail.fromJson(Map<String, dynamic> json)
factory

Properties

creationDateTime DateTime
The creation date and time of the step.
final
endDateTime DateTime?
The completion date and time of the step.
final
hashCode int
The hash code for this object.
no setterinherited
lastStateChangeReason String?
A description of the step's current state.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startDateTime DateTime?
The start date and time of the step.
final
state StepExecutionState
The state of the step.
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