fromVertex property

LayoutVertex? fromVertex

Gets or sets the LayoutVertex that this edge comes from. Setting this property does not change any LayoutVertex#destinationEdges collection.

Implementation

_i3.LayoutVertex? get fromVertex => _i4.getProperty(
      this,
      'fromVertex',
    );
void fromVertex=(LayoutVertex? value)

Implementation

set fromVertex(_i3.LayoutVertex? value) {
  _i4.setProperty(
    this,
    'fromVertex',
    value ?? _i5.undefined,
  );
}