StatusLayoutUpdate class

The statuses associated with this workflow.

Constructors

StatusLayoutUpdate({WorkflowLayout? layout, required Map<String, dynamic> properties, required String statusReference})
StatusLayoutUpdate.fromJson(Map<String, Object?> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
layout WorkflowLayout?
final
properties Map<String, dynamic>
The properties for this status layout.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statusReference String
A unique ID which the status will use to refer to this layout configuration.
final

Methods

copyWith({WorkflowLayout? layout, Map<String, dynamic>? properties, String? statusReference}) StatusLayoutUpdate
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