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