bits16 property

String get bits16

Returns this int as a 16 bits String.

Implementation

String get bits16 => bitsPadded(16);