toVertex property

LayoutVertex? toVertex

Gets or sets the LayoutVertex that this edge goes to. Setting this property does not change any LayoutVertex#sourceEdges collection.

Implementation

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

Implementation

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