fromAffine static method
Create a point from a AffinePoint
Implementation
static Point fromAffine(AffinePoint p) => Point(p.x, p.y, BigInt.one);
Create a point from a AffinePoint
static Point fromAffine(AffinePoint p) => Point(p.x, p.y, BigInt.one);