Architecture enum

Superordinate architectures across platform representation.

Used in conjunction with Platform to define the hardware on which a build, deployment, or runtime environment will run.

Inheritance
Available extensions

Values

amd64 → const Architecture

64-bit x86 (Intel/AMD)

x86 → const Architecture

32-bit x86 (Intel/AMD)

aarch64 → const Architecture

64-bit ARM (AArch64)

arm → const Architecture

32-bit ARM

riscv32 → const Architecture

32-bit RISC-V

riscv64 → const Architecture

64-bit RISC-V

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

values → const List<Architecture>
A constant List of the values in this enum, in order of their declaration.