FinalPoints constructor

FinalPoints({
  1. double? x,
  2. double? y,
})

Implementation

FinalPoints({this.x, this.y});