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