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