IndoorBeacon constructor

IndoorBeacon(
  1. String beaconId,
  2. int major,
  3. int minor,
  4. String venueId,
  5. String identifier,
  6. double latitude,
  7. double longitude,
  8. int date,
  9. Map<String, dynamic> properties,
)

Implementation

IndoorBeacon(
  this.beaconId,
  this.major,
  this.minor,
  this.venueId,
  this.identifier,
  this.latitude,
  this.longitude,
  this.date,
  this.properties,
);