switchStateV2ToJson function
- SwitchStateV2 switchStateV2
Implementation
String? switchStateV2ToJson(enums.SwitchStateV2 switchStateV2) {
return switchStateV2.value;
}
String? switchStateV2ToJson(enums.SwitchStateV2 switchStateV2) {
return switchStateV2.value;
}