publicKey property

PublicKey publicKey

Get the PublicKey of the PrivateKey

Implementation

PublicKey get publicKey =>
    throw UnimplementedError('publicKey is not implemented yet!');