int bytesToUint32(Uint8List data, int offset) => ByteData.sublistView(data).getUint32(offset, Endian.little);