switchStateV2NullableToJson function

String? switchStateV2NullableToJson(
  1. SwitchStateV2? switchStateV2
)

Implementation

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