addDestinationEdge method
Adds a LayoutEdge to the list of successors (the edge will be going out from this vertex). Calling this method does not modify the LayoutEdge#fromVertex of the LayoutEdge. @param {LayoutEdge} edge
Implementation
void addDestinationEdge(_i3.LayoutEdge edge) {
  _i4.callMethod(
    this,
    'addDestinationEdge',
    [edge],
  );
}