JMapConfig constructor

const JMapConfig(
  1. String host,
  2. String clientID,
  3. String clientSecret,
  4. int customerID,
  5. int venueID,
  6. int buildingId,
  7. int floorId,
)

Implementation

const JMapConfig(this.host, this.clientID, this.clientSecret, this.customerID,
    this.venueID, this.buildingId, this.floorId);