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