point property

ECPoint<Object, ECPoint<Object, dynamic>> get point

Gets the abstract point representation of the public key.

Implementation

ECPoint get point {
  return pubKey.point;
}