is64Bit property
Returns true
if the size of a pointer is 64-bit, false
otherwise.
Implementation
@extra
bool get is64Bit => size == 8;
Returns true
if the size of a pointer is 64-bit, false
otherwise.
@extra
bool get is64Bit => size == 8;