userSpaceBitness property

int userSpaceBitness
final

Returns the bitness of the user space.

print(SysInfo.userSpaceBitness);
=> 32

Implementation

static final int userSpaceBitness = _getUserSpaceBitness();