toStringAsBinary method

String toStringAsBinary()

Implementation

String toStringAsBinary() => '0b${toRadixString(2)}';