Environment class abstract
- Available extensions
Constructors
- Environment([dynamic updates(EnvironmentBuilder b)])
-
factory
Properties
- apiEndpoint → String?
-
no setter
- appleAppStorePassword → String?
-
no setter
- appStoreSandbox → bool?
-
no setter
- appTitle → String?
-
no setter
- defaultOrganizationToken → String?
-
no setter
- environment → String?
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- initializeMainState → bool?
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- themePrimarySwatch → String?
-
no setter
- websocketEndpoint → String?
-
no setter
- websocketToken → String?
-
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(EnvironmentBuilder)) → Environment -
Rebuilds the instance.
inherited
-
toBuilder(
) → EnvironmentBuilder -
Converts the instance to a builder
B
.inherited -
toJson(
) → String -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
serializer
→ Serializer<
Environment> -
no setter
Static Methods
-
fromJson(
String jsonString) → Environment?