ResultPoint constructor

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

Implementation

ResultPoint(this.x, this.y);