ECPoint constructor

ECPoint(
  1. BigInt x,
  2. BigInt y, [
  3. bool withCompression = false
])

Create an ECPoint on a elliptic Curve

Implementation

ECPoint(this.x, this.y, [this.withCompression = false]);