EnvironmentHealth enum
Constants
- green → const EnvironmentHealth
-
@_s.JsonValue('Green')
const EnvironmentHealth(0)
- grey → const EnvironmentHealth
-
@_s.JsonValue('Grey')
const EnvironmentHealth(3)
- red → const EnvironmentHealth
-
@_s.JsonValue('Red')
const EnvironmentHealth(2)
-
values
→ const List<
EnvironmentHealth> -
A constant List of the values in this enum, in order of their declaration.
const List<
EnvironmentHealth> - yellow → const EnvironmentHealth
-
@_s.JsonValue('Yellow')
const EnvironmentHealth(1)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited