WorkflowStatus class
Details of a workflow status.
Constructors
-
WorkflowStatus({required String id, required String name, Map<
String, dynamic> ? properties}) -
WorkflowStatus.fromJson(Map<
String, Object?> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
The ID of the issue status.
final
- name → String
-
The name of the status in the workflow.
final
-
properties
→ Map<
String, dynamic> ? -
Additional properties that modify the behavior of issues in this status.
Supports the properties
jira.issue.editable
andissueEditable
(deprecated) that indicate whether issues are editable.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{String? id, String? name, Map< String, dynamic> ? properties}) → WorkflowStatus -
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