toJson method

Map toJson()

Implementation

Map toJson() => {
  'displayLabel' : displayLabel,
  'allowedValues' : allowedValues,
  'name' : name,
  'apiName' : apiName,
  'isCustomField' : isCustomField,
  'fieldName' : fieldName,
  'dependancyMappingResponseMap' : dependancyMappingResponseMap,
  'defaultValue' : defaultValue,
  'i18NLabel' : i18NLabel,
  'type' : type,
  'isReadOnly' : isReadOnly,
  'id' : id,
  'maxLength' : maxLength,
  'isMandatory' : isMandatory,
  'toolTipType' : toolTipType,
  'toolTip' : toolTip,
  'decimalPlaces' : decimalPlaces,
  'statusMapping' : statusMapping,
  'isPHI' : isPHI,
  'isNested' : isNested,
};