trendV2PathParamToJson function
- TrendV2PathParam trendV2PathParam
Implementation
String? trendV2PathParamToJson(enums.TrendV2PathParam trendV2PathParam) {
return trendV2PathParam.value;
}
String? trendV2PathParamToJson(enums.TrendV2PathParam trendV2PathParam) {
return trendV2PathParam.value;
}