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