bits32 property

String get bits32

Returns this int as a 32 bits String.

Implementation

String get bits32 => bitsPadded(32);