is64Bit property

  1. @extra
bool is64Bit

Returns true if the size of a pointer is 64-bit, false otherwise.

Implementation

@extra
bool get is64Bit => size == 8;