ZDTicketField constructor
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,
Implementation
ZDTicketField({
this.displayLabel,
this.allowedValues,
this.name,
this.apiName,
required this.isCustomField,
this.fieldName,//
this.dependancyMappingResponseMap,
this.defaultValue,
this.i18NLabel,
required this.type,
this.isReadOnly,//
this.id,
required this.maxLength,
required this.isMandatory,
this.toolTipType,
this.toolTip,
this.decimalPlaces,
this.statusMapping,
this.isPHI,
this.isNested,
});