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