List<EdgeProp>? get edge_props => this._edge_props;
set edge_props(List<EdgeProp>? edge_props) { this._edge_props = edge_props; }