createEdge method
Allocate a new instance of LayoutEdge. This is overridden in LayoutNetwork subclasses to create instances of subclasses of LayoutEdge. Please read the Introduction page on Extensions for how to override methods and how to call this base method. @expose @return {LayoutEdge}
Implementation
_i3.LayoutEdge createEdge() => _i4.callMethod(
this,
'createEdge',
[],
);