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