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