A hardware architecture which the Dart VM can run on.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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
Static Properties
- current → Architecture
-
The current Architecture.
no setter
Constants
- arm → const Architecture
- The arm architecture.
- arm64 → const Architecture
- The AArch64 architecture.
- ia32 → const Architecture
- The IA-32 architecture.
- riscv32 → const Architecture
- The RISC-V 32 bit architecture.
- riscv64 → const Architecture
- The RISC-V 64 bit architecture.
-
values
→ const List<
Architecture> - Known values for Architecture.
- x64 → const Architecture
- The x86-64 architecture.