CustomFieldContext class

The details of a custom field context.

Constructors

CustomFieldContext({required String description, required String id, required bool isAnyIssueType, required bool isGlobalContext, required String name})
CustomFieldContext.fromJson(Map<String, Object?> json)
factory

Properties

description String
The description of the context.
final
hashCode int
The hash code for this object.
no setterinherited
id String
The ID of the context.
final
isAnyIssueType bool
Whether the context apply to all issue types.
final
isGlobalContext bool
Whether the context is global.
final
name String
The name of the context.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? description, String? id, bool? isAnyIssueType, bool? isGlobalContext, String? name}) CustomFieldContext
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