createNetwork method
Create a new LayoutNetwork of LayoutVertexes and LayoutEdges. This may be overridden in Layout subclasses to create instances of subclasses of LayoutNetwork. Please read the Introduction page on Extensions for how to override methods and how to call this base method. @expose @return {LayoutNetwork} a new LayoutNetwork.
Implementation
_i3.LayoutNetwork createNetwork() => _i4.callMethod(
this,
'createNetwork',
[],
);