menu
clean_energy_api
clean_energy_api.dart
HubCommandResponseModel
HubCommandResponseModel const constructor
HubCommandResponseModel
dark_mode
light_mode
HubCommandResponseModel
constructor
const
HubCommandResponseModel
(
{
HubCommandType
?
commandType
,
List
<
Object
>
?
arguments
,
int
?
commandId
,
List
<
int
>
?
errors
,
})
Implementation
const HubCommandResponseModel({ this.commandType, this.arguments, this.commandId, this.errors, });
clean_energy_api
clean_energy_api
HubCommandResponseModel
HubCommandResponseModel const constructor
HubCommandResponseModel class