toBinaryString method

String toBinaryString()

Returns the binary representation of the bits.

Implementation

String toBinaryString() => _converter.bits.toRadixString(2);