menu
data_serializer package
documentation
data_serializer_io.dart
Uint8ListDataExtension
toListOfUint8 method
toListOfUint8 method
dark_mode
light_mode
toListOfUint8
method
List
<
int
>
toListOfUint8
(
)
Converts this bytes to a
List
of
Uint8
.
Implementation
List<int> toListOfUint8() => List<int>.from(this);
data_serializer package
documentation
data_serializer_io
Uint8ListDataExtension
toListOfUint8 method
Uint8ListDataExtension extension on
Uint8List