EnvironmentFlavor class
Constructors
- EnvironmentFlavor()
-
factory
- EnvironmentFlavor.create(Environment environment, String baseURL)
Properties
- baseURL → String
-
final
- environment → Environment
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isBeta → bool
-
no setter
- isDemo → bool
-
no setter
- isDev → bool
-
no setter
- isProd → bool
-
no setter
-
properties
↔ Map<
String, dynamic> -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addProperties(
Map< String, dynamic> properties) → void -
addPropertyAppVersion(
) → Future< void> -
getProperties(
List< String> keys) → Map<String, dynamic> -
getProperty(
String key) → dynamic -
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