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