PallasIsoNativePoint.fromAffine constructor
PallasIsoNativePoint.fromAffine()
Implementation
factory PallasIsoNativePoint.fromAffine(PallasIsoAffineNativePoint point) {
return point.toCurve();
}
factory PallasIsoNativePoint.fromAffine(PallasIsoAffineNativePoint point) {
return point.toCurve();
}