fromVertex property

TreeVertex 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',
    );
void fromVertex=(TreeVertex value)

Implementation

set fromVertex(_i3.TreeVertex value) {
  _i4.setProperty(
    this,
    'fromVertex',
    value,
  );
}