bitString property

String get bitString

Simplest version of bit string representation as shorthand.

Implementation

String get bitString => toString(includeWidth: false);