Edge constructor

Edge(
  1. String p1,
  2. String p2
)

Implementation

Edge(this.p1,this.p2);