bits64 property

String get bits64

Returns this int as a 64 bits String.

Implementation

String get bits64 => bitsPadded(64);