toVertex property

LayeredDigraphVertex? get toVertex

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

Implementation

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

Implementation

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