PlatformNaclArch enum

The native client architecture. This may be different from arch on some platforms.

Inheritance
Available extensions

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

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toJS String
no setter
value String
final

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.