switchStateV2ToJson function

String? switchStateV2ToJson(
  1. SwitchStateV2 switchStateV2
)

Implementation

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