HomeAdditionV2Body constructor
- String? name,
- DeviceAddressV2? address,
- List<
HomeownerDeviceAdditionV2Body> ? devices,
Implementation
const HomeAdditionV2Body({
this.name,
this.address,
this.devices,
});
const HomeAdditionV2Body({
this.name,
this.address,
this.devices,
});