menu
clean_energy_api
clean_energy_api.dart
PeripheralParamDTO
PeripheralParamDTO const constructor
PeripheralParamDTO
dark_mode
light_mode
PeripheralParamDTO
constructor
const
PeripheralParamDTO
(
{
int
?
definitionId
,
String
?
displayName
,
dynamic
$value
,
bool
?
isReadOnly
,
})
Implementation
const PeripheralParamDTO({ this.definitionId, this.displayName, this.$value, this.isReadOnly, });
clean_energy_api
clean_energy_api
PeripheralParamDTO
PeripheralParamDTO const constructor
PeripheralParamDTO class