eventRosterPositionRateTypeToJson function
String?
eventRosterPositionRateTypeToJson(
- EventRosterPositionRateType? eventRosterPositionRateType
Implementation
String? eventRosterPositionRateTypeToJson(
EventRosterPositionRateType? eventRosterPositionRateType) {
return $EventRosterPositionRateTypeMap[eventRosterPositionRateType];
}