menu
jetleaf_lang package
documentation
lang.dart
ByteArray
toUint8List method
toUint8List method
dark_mode
light_mode
toUint8List
method
Uint8List
toUint8List
(
)
Converts this byte array to a Uint8List.
Implementation
Uint8List toUint8List() => Uint8List.fromList(_bytes);
jetleaf_lang package
documentation
lang
ByteArray
toUint8List method
ByteArray class