Map<int, List<Int8List>>? get parts => this._parts;
set parts(Map<int, List<Int8List>>? parts) { this._parts = parts; }