Point constructor

Point(
  1. {required double x,
  2. required double y,
  3. int? extra,
  4. int? clientId}
)

A point on a Cartesian plane

Implementation

Point