Map<int, List<PartInfo>>? get part_hosts => this._part_hosts;
set part_hosts(Map<int, List<PartInfo>>? part_hosts) { this._part_hosts = part_hosts; }