ZDTicketField constructor

ZDTicketField({
  1. String? displayLabel,
  2. List? allowedValues,
  3. String? name,
  4. String? apiName,
  5. required bool isCustomField,
  6. String? fieldName,
  7. Object? dependancyMappingResponseMap,
  8. String? defaultValue,
  9. String? i18NLabel,
  10. required String type,
  11. bool? isReadOnly,
  12. String? id,
  13. required int maxLength,
  14. required bool isMandatory,
  15. String? toolTipType,
  16. String? toolTip,
  17. int? decimalPlaces,
  18. List<ZDTicketStatusMapping>? statusMapping,
  19. bool? isPHI,
  20. 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,
});