EdgeResult constructor

EdgeResult(
  1. double x,
  2. double y
)

Implementation

EdgeResult(this.x, this.y);