BlueConicConfiguration class

Configuration class for initializing the BlueConic SDK.

This class contains all the necessary configuration parameters for setting up the BlueConic client, including the hostname, debug settings, and optional simulator parameters for testing.

Properties

debug bool
Whether to enable debug mode for additional logging.
final
hashCode int
The hash code for this object.
no setterinherited
hostname String
The hostname of your BlueConic environment (required).
final
overrideAppId String?
Optional override for the application ID.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
simulatorSessionId String?
Optional simulator session ID for testing purposes.
final
simulatorUsername String?
Optional simulator username for testing purposes.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
Converts the configuration to a map for platform communication.
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

builder(String hostname) BlueConicConfigurationBuilder
Creates a new configuration builder with the required hostname.