WorkflowReferenceStatus class

The statuses referenced in the workflow.

Constructors

WorkflowReferenceStatus({bool? deprecated, WorkflowStatusLayout? layout, Map<String, dynamic>? properties, String? statusReference})
WorkflowReferenceStatus.fromJson(Map<String, Object?> json)
factory

Properties

deprecated bool
Indicates if the status is deprecated.
final
hashCode int
The hash code for this object.
no setterinherited
layout WorkflowStatusLayout?
final
properties Map<String, dynamic>?
The properties associated with the status.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statusReference String?
The reference of the status.
final

Methods

copyWith({bool? deprecated, WorkflowStatusLayout? layout, Map<String, dynamic>? properties, String? statusReference}) WorkflowReferenceStatus
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

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