bits property

int bits

Bitwidth of this integer. This is same as bitLength

Implementation

int get bits => _bits;