powerSourceV2NullableToJson function

String? powerSourceV2NullableToJson(
  1. PowerSourceV2? powerSourceV2
)

Implementation

String? powerSourceV2NullableToJson(enums.PowerSourceV2? powerSourceV2) {
  return powerSourceV2?.value;
}