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