BeaconResult constructor
BeaconResult({})
Implementation
BeaconResult({
this.name="testname",
this.uuid="testuuid",
this.macAddress="testmacAddress",
this.major=-1,
this.minor=-1,
this.distance=-1,
this.proximity=0.5,
this.scanTime="testscantime",
this.rssi=-1,
this.txPower=-1
});