UiModificationContextDetails class
The details of a UI modification's context, which define where to activate the UI modification.
Constructors
- UiModificationContextDetails({String? id, bool? isAvailable, required String issueTypeId, required String projectId, required String viewType})
-
UiModificationContextDetails.fromJson(Map<
String, Object?> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
The ID of the UI modification context.
final
- isAvailable → bool
-
Whether a context is available. For example, when a project is deleted the
context becomes unavailable.
final
- issueTypeId → String
-
The issue type ID of the context.
final
- projectId → String
-
The project ID of the context.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- viewType → String
-
The view type of the context. Only
GIC
(Global Issue Create) is supported.final
Methods
-
copyWith(
{String? id, bool? isAvailable, String? issueTypeId, String? projectId, String? viewType}) → UiModificationContextDetails -
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