Environment class

Constructors

Environment({String localApiBaseUrl = '', String devApiBaseUrl = '', String stagingApiBaseUrl = '', String productionApiBaseUrl = ''})

Properties

devApiBaseUrl String
final
hashCode int
The hash code for this object.
read-onlyinherited
localApiBaseUrl String
final
productionApiBaseUrl String
final
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
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
read / write
devEnv Env
read / write
localEnv Env
read / write
productingEnv Env
read / write
stagingEnv Env
read / write