Classes
Methods
(static) WebEnvironment.development() → {boolean}
Will return true if the mode is not null and equals ignoring case the string "dev"
Returns:
always boolean
- Type
- boolean
(static) WebEnvironment.mode() → {string}
The current mode from the system properties with fallback to environment variables
Returns:
String with mode value or null
- Type
- string