Architecture class final

A hardware architecture which the Dart VM can run on.

Constructors

Architecture.fromAbi(Abi abi)
The Architecture corresponding to the given abi.
factory
Architecture.fromString(String name)
Creates an Architecture from the given name.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
The name of this architecture.
final
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
The name of this Architecture.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

current Architecture
The current Architecture.
final

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.