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