attachmentTypeToJson function

String? attachmentTypeToJson(
  1. AttachmentType? attachmentType
)

Implementation

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