Beacon constructor
Create beacon object.
Implementation
const Beacon({
this.proximityUUID,
this.macAddress,
this.major,
this.minor,
this.rssi,
this.txPower,
this.accuracy,
Proximity proximity,
}) : this._proximity = proximity;
Create beacon object.
const Beacon({
this.proximityUUID,
this.macAddress,
this.major,
this.minor,
this.rssi,
this.txPower,
this.accuracy,
Proximity proximity,
}) : this._proximity = proximity;