ECPointBase constructor

ECPointBase(
  1. ECCurveBase curve,
  2. ECFieldElementBase? x,
  3. ECFieldElementBase? y,
  4. bool isCompressed, [
  5. ECMultiplier _multiplier = _fpNafMultiplier,
])

Implementation

ECPointBase(this.curve, this.x, this.y, this.isCompressed,
    [this._multiplier = _fpNafMultiplier]);