bits16 property

String bits16

Returns this bytes as 16 bits String.

Implementation

String get bits16 => bitsPadded(16);