bits8 property

String get bits8

Returns this bytes as 8 bits String.

Implementation

String get bits8 => bitsPadded(8);