all_parts property

Map<Int8List, List<int>>? get all_parts

Implementation

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

Implementation

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