bitString property

String bitString

Simplest version of bit string representation as shorthand

Implementation

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