Edge constructor

Edge(
  1. Coord first,
  2. Coord second
)

Implementation

Edge(this.first, this.second);