HomeownerDeviceAdditionV2Body constructor
- String? serialNumber,
- String? controllerPin,
- String? displayName,
- DeviceAddressV2? address,
Implementation
const HomeownerDeviceAdditionV2Body({
this.serialNumber,
this.controllerPin,
this.displayName,
this.address,
});