trendPathParamNullableToJson function
- TrendPathParam? trendPathParam
Implementation
String? trendPathParamNullableToJson(enums.TrendPathParam? trendPathParam) {
return trendPathParam?.value;
}
String? trendPathParamNullableToJson(enums.TrendPathParam? trendPathParam) {
return trendPathParam?.value;
}