WorkflowTypeInfo class

Contains information about a workflow type.

Constructors

WorkflowTypeInfo({required DateTime creationDate, required RegistrationStatus status, required WorkflowType workflowType, DateTime? deprecationDate, String? description})
WorkflowTypeInfo.fromJson(Map<String, dynamic> json)
factory

Properties

creationDate DateTime
The date when this type was registered.
final
deprecationDate DateTime?
If the type is in deprecated state, then it is set to the date when the type was deprecated.
final
description String?
The description of the type registered through RegisterWorkflowType.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status RegistrationStatus
The current status of the workflow type.
final
workflowType WorkflowType
The workflow type this information is about.
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