eventRosterPositionRateTypeToJson function

String? eventRosterPositionRateTypeToJson(
  1. EventRosterPositionRateType? eventRosterPositionRateType
)

Implementation

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