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