attachmentTypeToJson function
Implementation
String? attachmentTypeToJson(enums.AttachmentType? attachmentType) {
return enums.$AttachmentTypeMap[attachmentType];
}
String? attachmentTypeToJson(enums.AttachmentType? attachmentType) {
return enums.$AttachmentTypeMap[attachmentType];
}