crewNoteStatusToJson function
Implementation
String? crewNoteStatusToJson(CrewNoteStatus? crewNoteStatus) {
return $CrewNoteStatusMap[crewNoteStatus];
}
String? crewNoteStatusToJson(CrewNoteStatus? crewNoteStatus) {
return $CrewNoteStatusMap[crewNoteStatus];
}