Environment class
Constructors
- Environment.new({String localApiBaseUrl = '', String devApiBaseUrl = '', String stagingApiBaseUrl = '', String productionApiBaseUrl = ''})
Properties
- devApiBaseUrl → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- localApiBaseUrl → String
-
final
- productionApiBaseUrl → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stagingApiBaseUrl → String
-
final
Methods
-
initialize(
) → void -
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
Static Properties
- currentEnv ↔ Env
-
getter/setter pair
- devEnv ↔ Env
-
getter/setter pair
- localEnv ↔ Env
-
getter/setter pair
- productingEnv ↔ Env
-
getter/setter pair
- stagingEnv ↔ Env
-
getter/setter pair