menu
data_serializer package
documentation
data_serializer_io.dart
Uint8ListDataExtension
bits property
bits property
dark_mode
light_mode
bits
property
String
get
bits
Returns this bytes as
String
of bits.
Implementation
String get bits => map((e) => e.bits8).join();
data_serializer package
documentation
data_serializer_io
Uint8ListDataExtension
bits property
Uint8ListDataExtension extension on
Uint8List