arch property

Architecture arch
final

The hardware architecture of the iOS device. For modern iOS devices, this is typically Architecture.aarch64.

Implementation

final Architecture arch = Architecture.aarch64;