factory RawData.decode(RawReader reader, int length) { if (length == 0) { return empty; } return RawData(reader.readUint8ListViewOrCopy(length)); }