Map<Int8List, int>? get edges => this._edges;
set edges(Map<Int8List, int>? edges) { this._edges = edges; }