bits property

String get bits

Returns this bytes as String of bits.

Implementation

String get bits => map((e) => e.bits8).join();