powerSourceDTONullableToJson function

String? powerSourceDTONullableToJson(
  1. PowerSourceDTO? powerSourceDTO
)

Implementation

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