trendV2PathParamNullableToJson function

String? trendV2PathParamNullableToJson(
  1. TrendV2PathParam? trendV2PathParam
)

Implementation

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