MACAddressDeviceRegistration constructor
MACAddressDeviceRegistration({})
Create a new MACAddressDeviceRegistration with a unique MAC macAddress
.
Implementation
MACAddressDeviceRegistration({
String? deviceId,
super.deviceDisplayName,
super.registrationCreatedOn,
required this.macAddress,
}) : super(deviceId: deviceId ?? macAddress);