reverseEdge method
Reverses the direction of a LayoutEdge in the network. @param {LayoutEdge} edge
Implementation
void reverseEdge(_i3.LayoutEdge edge) {
_i4.callMethod(
this,
'reverseEdge',
[edge],
);
}
Reverses the direction of a LayoutEdge in the network. @param {LayoutEdge} edge
void reverseEdge(_i3.LayoutEdge edge) {
_i4.callMethod(
this,
'reverseEdge',
[edge],
);
}