ComputeType enum
Constants
- buildGeneral1Large → const ComputeType
-
@JsonValue('BUILD_GENERAL1_LARGE')
const ComputeType(2)
- buildGeneral1Medium → const ComputeType
-
@JsonValue('BUILD_GENERAL1_MEDIUM')
const ComputeType(1)
- buildGeneral1Small → const ComputeType
-
@JsonValue('BUILD_GENERAL1_SMALL')
const ComputeType(0)
-
values
→ const List<
ComputeType> -
A constant List of the values in this enum, in order of their declaration.
const List<
ComputeType>
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited