network property

LayoutNetwork get network

Gets the LayoutNetwork that owns this edge. The default value is null. It is set automatically for you in LayoutNetwork#createEdge.

Implementation

_i3.LayoutNetwork get network => _i4.getProperty(
      this,
      'network',
    );
set network (LayoutNetwork value)

Implementation

set network(_i3.LayoutNetwork value) {
  _i4.setProperty(
    this,
    'network',
    value,
  );
}