GraphPoint constructor

GraphPoint(
  1. ID id,
  2. double x,
  3. double y
)

Implementation

GraphPoint(this.id, this.x, this.y);