connect method

Edge connect(
  1. Node other
)

Implementation

Edge connect(Node other) {
  return Edge(this, other);
}