HomeV2 constructor
- int? id,
- String? name,
- WeatherConditionV2? weatherCondition,
- double? weatherTempF,
- WeatherTimePeriodV2? weatherTimePeriod,
- DeviceAddressV2? address,
- List<
DeviceV2> ? devices,
Implementation
const HomeV2({
this.id,
this.name,
this.weatherCondition,
this.weatherTempF,
this.weatherTimePeriod,
this.address,
this.devices,
});