const mixinafIocEnv::IocEnvConfigIds
afIocEnv::IocEnvConfigIds
@Js
IoC Config values as provided by IoC Env.
- env
- const static Str env := "afIocEnv.env"- Returns the environment Str. 
- isDev
- const static Str isDev := "afIocEnv.isDev"- Returns - trueif environment is- devor- development.
- isProd
- const static Str isProd := "afIocEnv.isProd"- Returns - trueif environment is- prod,- productionor undefined.
- isStage
- const static Str isStage := "afIocEnv.isStage"- Returns - trueif environment is- stageor- staging.
- isTest
- const static Str isTest := "afIocEnv.isTest"- Returns - trueif environment is- testor- testing.