Beacon constructor
Beacon({})
Implementation
Beacon({
required this.uuid,
required this.name,
required this.major,
required this.minor,
required this.rssi,
this.deviceId,
this.mac,
this.txPower,
this.distance,
this.battery,
this.isRange,
this.connectable,
});