FlowTemplateDescription class

An object that contains a workflow's definition and summary information.

Constructors

FlowTemplateDescription({DefinitionDocument? definition, FlowTemplateSummary? summary, int? validatedNamespaceVersion})
FlowTemplateDescription.fromJson(Map<String, dynamic> json)
factory

Properties

definition DefinitionDocument?
A workflow's definition document.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
summary FlowTemplateSummary?
An object that contains summary information about a workflow.
final
validatedNamespaceVersion int?
The version of the user's namespace against which the workflow was validated. Use this value in your system instance.
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