isMachineTypeARM64 property

bool get isMachineTypeARM64

Returns true if machineType is ARM64 little endian.

Implementation

bool get isMachineTypeARM64 => machineType == 0xaa64;