bits64 property

String get bits64

Returns this bytes as 64 bits String.

Implementation

String get bits64 => bitsPadded(64);