toVertex property
TreeVertex?
get
toVertex
Gets or sets the LayoutVertex that this edge goes to. Setting this property does not change any LayoutVertex#sourceEdges collection.
Implementation
_i3.TreeVertex? get toVertex => _i4.getProperty(
this,
'toVertex',
);
set
toVertex
(TreeVertex? value)
Implementation
set toVertex(_i3.TreeVertex? value) {
_i4.setProperty(
this,
'toVertex',
value ?? _i5.undefined,
);
}