ConnectCustomFieldValue class
A list of custom field details.
Constructors
- ConnectCustomFieldValue({required ConnectCustomFieldValueType type, required int fieldId, required int issueId, num? number, String? optionId, String? richText, String? string, String? text})
-
ConnectCustomFieldValue.fromJson(Map<
String, Object?> json) -
factory
Properties
- fieldId → int
-
The custom field ID.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- issueId → int
-
The issue ID.
final
- number → num?
-
The value of number type custom field when
_type
isNumberIssueField
.final - optionId → String?
-
The value of single select and multiselect custom field type when
_type
isSingleSelectIssueField
orMultiSelectIssueField
.final - richText → String?
-
The value of richText type custom field when
_type
isRichTextIssueField
.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- string → String?
-
The value of string type custom field when
_type
isStringIssueField
.final - text → String?
-
The value of of text custom field type when
_type
isTextIssueField
.final - type → ConnectCustomFieldValueType
-
The type of custom field.
final
Methods
-
copyWith(
{ConnectCustomFieldValueType? type, int? fieldId, int? issueId, num? number, String? optionId, String? richText, String? string, String? text}) → ConnectCustomFieldValue -
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