numBits property

int numBits

@return how many bits of {@link #getRawBytes()} are valid; typically 8 times its length @since 3.3.0

Implementation

int get numBits => _numBits;