instance property
Environment
get
instance
The instance of the Environment to use.
Implementation
static Environment get instance => _getOrCreateInstance();
set
instance
(Environment env)
Implementation
static set instance(Environment env) {
_instance = env;
}