RequestTypeFieldDTO class

Constructors

RequestTypeFieldDTO({List<RequestTypeFieldValueDTO>? defaultValues, String? description, String? fieldId, JsonTypeBean? jiraSchema, String? name, List<String>? presetValues, bool? required, List<RequestTypeFieldValueDTO>? validValues, bool? visible})
RequestTypeFieldDTO.fromJson(Map<String, Object?> json)
factory

Properties

defaultValues List<RequestTypeFieldValueDTO>
List of default values for the field.
final
description String?
Description of the field.
final
fieldId String?
ID of the field.
final
hashCode int
The hash code for this object.
no setterinherited
jiraSchema JsonTypeBean?
Jira specific implementation details for the field in the UI.
final
name String?
Name of the field.
final
presetValues List<String>
List of preset values for the field.
final
required bool
Indicates if the field is required (true) or not (false).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
validValues List<RequestTypeFieldValueDTO>
List of valid values for the field.
final
visible bool
final

Methods

copyWith({List<RequestTypeFieldValueDTO>? defaultValues, String? description, String? fieldId, JsonTypeBean? jiraSchema, String? name, List<String>? presetValues, bool? required, List<RequestTypeFieldValueDTO>? validValues, bool? visible}) RequestTypeFieldDTO
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