bits32 property

String get bits32

Returns this bytes as 32 bits String.

Implementation

String get bits32 => bitsPadded(32);