menu
byte_util package
documentation
byte_array.dart
ByteArray
ByteArray.combine1 constructor
ByteArray.combine1 constructor
dark_mode
light_mode
ByteArray.combine1
constructor
ByteArray.combine1
(
List
<
int
>
array
,
int
value
)
Implementation
ByteArray.combine1(List<int> array, int value) { _bytes = _combine(array, _toArray(value)); }
byte_util package
documentation
byte_array
ByteArray
ByteArray.combine1 constructor
ByteArray class