publicKey property

PublicKey publicKey

Get the PublicKey associated PrivateKey

Implementation

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