isMachineTypeARM property

bool get isMachineTypeARM

Returns true if machineType is ARM little endian.

Implementation

bool get isMachineTypeARM => machineType == 0x1c0;