powerSourceDTONullableToJson function
- PowerSourceDTO? powerSourceDTO
Implementation
String? powerSourceDTONullableToJson(enums.PowerSourceDTO? powerSourceDTO) {
return powerSourceDTO?.value;
}
String? powerSourceDTONullableToJson(enums.PowerSourceDTO? powerSourceDTO) {
return powerSourceDTO?.value;
}