eventNoteStatusToJson function
Implementation
String? eventNoteStatusToJson(EventNoteStatus? eventNoteStatus) {
return $EventNoteStatusMap[eventNoteStatus];
}
String? eventNoteStatusToJson(EventNoteStatus? eventNoteStatus) {
return $EventNoteStatusMap[eventNoteStatus];
}