near property

Gets or sets another LayeredDigraphVertex in the same layer that this node should be near. The default value is null.

Implementation

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

Implementation

set near(_i3.LayeredDigraphVertex value) {
  _i4.setProperty(
    this,
    'near',
    value,
  );
}