Point constructor

Point(
  1. BigInt x,
  2. BigInt y
)

Implementation

Point(this.x, this.y);