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