JMapConfig class

A configuration class for the JMap system.

Constructors

JMapConfig(String host, String clientID, String clientSecret, int customerID, int venueID, int buildingId, int floorId)
Creates a JMapConfig instance.
const

Properties

buildingId int
The building ID within the venue.
final
clientID String
The client ID for authentication.
final
clientSecret String
The client secret for authentication.
final
customerID int
The customer ID associated with this configuration.
final
floorId int
The floor ID within the building.
final
hashCode int
The hash code for this object.
no setterinherited
host String
The host URL of the JMap system.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
venueID int
The venue ID for identifying the specific venue.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited