BeaconResult constructor

BeaconResult({
  1. String name = "testname",
  2. String uuid = "testuuid",
  3. String macAddress = "testmacAddress",
  4. int major = -1,
  5. int minor = -1,
  6. double distance = -1,
  7. double proximity = 0.5,
  8. String scanTime = "testscantime",
  9. int rssi = -1,
  10. int txPower = -1,
})

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
  });