ECPoint constructor

const ECPoint(
  1. BigInt x,
  2. BigInt y, {
  3. bool isInfinity = false,
})

Implementation

const ECPoint(this.x, this.y, {this.isInfinity = false});