ZDTicketField class

Constructors

ZDTicketField({String? displayLabel, List? allowedValues, String? name, String? apiName, required bool isCustomField, String? fieldName, Object? dependancyMappingResponseMap, String? defaultValue, String? i18NLabel, required String type, bool? isReadOnly, String? id, required int maxLength, required bool isMandatory, String? toolTipType, String? toolTip, int? decimalPlaces, List<ZDTicketStatusMapping>? statusMapping, bool? isPHI, bool? isNested})
ZDTicketField.fromJson(Map<String, dynamic> json)

Properties

allowedValues List?
getter/setter pair
apiName String?
getter/setter pair
decimalPlaces int?
getter/setter pair
defaultValue String?
getter/setter pair
dependancyMappingResponseMap Object?
getter/setter pair
displayLabel String?
getter/setter pair
fieldName String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
i18NLabel String?
getter/setter pair
id String?
getter/setter pair
isCustomField bool
getter/setter pair
isMandatory bool
getter/setter pair
isNested bool?
getter/setter pair
isPHI bool?
getter/setter pair
isReadOnly bool?
getter/setter pair
maxLength int
getter/setter pair
name String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statusMapping List<ZDTicketStatusMapping>?
getter/setter pair
toolTip String?
getter/setter pair
toolTipType String?
getter/setter pair
type String
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited