menu
byte_util package
documentation
byte_array.dart
ByteArray
array property
array property
dark_mode
light_mode
array
property
List
<
Byte
>
get
array
bytes in List
Implementation
List<Byte> get array => _bytes.map((byte) => Byte(byte)).toList();
byte_util package
documentation
byte_array
ByteArray
array property
ByteArray class