PlatformNaclArch enum
The native client architecture. This may be different from arch on some platforms.
Values
- arm → const PlatformNaclArch
-
Specifies the native client architecture as arm.
const PlatformNaclArch('arm')
- x8632 → const PlatformNaclArch
-
Specifies the native client architecture as x86-32.
const PlatformNaclArch('x86-32')
- x8664 → const PlatformNaclArch
-
Specifies the native client architecture as x86-64.
const PlatformNaclArch('x86-64')
- mips → const PlatformNaclArch
-
Specifies the native client architecture as mips.
const PlatformNaclArch('mips')
- mips64 → const PlatformNaclArch
-
Specifies the native client architecture as mips64.
const PlatformNaclArch('mips64')
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromJS(
String value) → PlatformNaclArch
Constants
-
values
→ const List<
PlatformNaclArch> - A constant List of the values in this enum, in order of their declaration.