peripheralV2PathParamToJson function

String? peripheralV2PathParamToJson(
  1. PeripheralV2PathParam peripheralV2PathParam
)

Implementation

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