bits property

String get bits

Returns this int as a bits String.

Implementation

String get bits => toRadixString(2);