BlueConicConfigurationBuilder class
Builder class for creating BlueConicConfiguration instances.
This class implements the Builder pattern to provide a fluent API for creating BlueConic configuration objects.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
build(
) → BlueConicConfiguration - Builds and returns the final BlueConicConfiguration object.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
withAppIdOverride(
String overrideAppId) → BlueConicConfigurationBuilder - Sets an override for the application ID.
-
withDebugEnabled(
bool debug) → BlueConicConfigurationBuilder - Sets whether debug mode is enabled.
-
withSimulatorSessionId(
String sessionId) → BlueConicConfigurationBuilder - Sets the simulator session ID for testing purposes.
-
withSimulatorUsername(
String username) → BlueConicConfigurationBuilder - Sets the simulator username for testing purposes.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited