menu
clean_energy_api
clean_energy_api.dart
EventInfoDTO
EventInfoDTO const constructor
EventInfoDTO
dark_mode
light_mode
EventInfoDTO
constructor
const
EventInfoDTO
(
{
String
?
displayMessage
,
EventOutcomeDTO
?
outcome
,
})
Implementation
const EventInfoDTO({ this.displayMessage, this.outcome, });
clean_energy_api
clean_energy_api
EventInfoDTO
EventInfoDTO const constructor
EventInfoDTO class