Beacon constructor
Implementation
const Beacon({
this.proximityUUID,
this.macAddress,
this.major,
this.minor,
this.rssi,
this.txPower,
this.accuracy
}) : this._proximity = null;
const Beacon({
this.proximityUUID,
this.macAddress,
this.major,
this.minor,
this.rssi,
this.txPower,
this.accuracy
}) : this._proximity = null;