ByteArray.combine1(Uint8List array, int value) { // _bytes = _combine(array, _toArray(value)); _bytes = ByteUtil.combine(array, _toArray(value)); }