PlatformListStatusEnum class
-2- FAILED *-1- TERMINATED *0- PENDING *1- BUILDING *2- RUNNING *3- PAUSED *4- STOPPING *5- STOPPED *6- REPAIR
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → int -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromJson(
dynamic value) → PlatformListStatusEnum? -
listFromJson(
dynamic json, {bool growable = false}) → List< PlatformListStatusEnum>
Constants
- number0 → const PlatformListStatusEnum
- number1 → const PlatformListStatusEnum
- number2 → const PlatformListStatusEnum
- number3 → const PlatformListStatusEnum
- number4 → const PlatformListStatusEnum
- number5 → const PlatformListStatusEnum
- number6 → const PlatformListStatusEnum
- numberNegative1 → const PlatformListStatusEnum
- numberNegative2 → const PlatformListStatusEnum
-
values
→ const List<
PlatformListStatusEnum> - List of all possible values in this PlatformListStatusEnum.