ECPair constructor

const ECPair(
  1. ECPoint x,
  2. ECPoint y
)

Implementation

const ECPair(this.x, this.y);