peripheralV2PathParamNullableToJson function

String? peripheralV2PathParamNullableToJson(
  1. PeripheralV2PathParam? peripheralV2PathParam
)

Implementation

String? peripheralV2PathParamNullableToJson(
    enums.PeripheralV2PathParam? peripheralV2PathParam) {
  return peripheralV2PathParam?.value;
}