bitString property
Simplest version of bit string representation as shorthand.
Implementation
String get bitString => toString(includeWidth: false);
Simplest version of bit string representation as shorthand.
String get bitString => toString(includeWidth: false);