toBinaryString method
Returns the binary representation of the bits.
Implementation
String toBinaryString() => _converter.bits.toRadixString(2);
Returns the binary representation of the bits.
String toBinaryString() => _converter.bits.toRadixString(2);