AppSettingsBuilder class
Builder class for AppSettings
.
Allows step-by-step creation of an AppSettings
object.
Constructors
- AppSettingsBuilder()
-
Default constructor for
AppSettingsBuilder
.
Properties
- adminHost ↔ String?
-
Hostname for the admin server.
getter/setter pair
- autoEstablishSocketConnection ↔ bool
-
Flag to establish socket connection automatically, set to true by default.
getter/setter pair
- clientHost ↔ String?
-
Hostname for the client server.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- region ↔ String?
-
Region of the application.
getter/setter pair
-
roles
↔ List<
String> ? -
List of roles in the application.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subscriptionType ↔ String?
-
Type of the application subscription.
getter/setter pair
Methods
-
build(
) → AppSettings -
Builds and returns an
AppSettings
object. -
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