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