fromVertex property
TreeVertex
get
fromVertex
Gets or sets the LayoutVertex that this edge comes from. Setting this property does not change any LayoutVertex#destinationEdges collection.
Implementation
_i3.TreeVertex get fromVertex => _i4.getProperty(
this,
'fromVertex',
);
set
fromVertex
(TreeVertex value)
Implementation
set fromVertex(_i3.TreeVertex value) {
_i4.setProperty(
this,
'fromVertex',
value,
);
}