KeyPair constructor

KeyPair(
  1. PrivateKey privateKey,
  2. PublicKey publicKey
)

Implementation

KeyPair(this.privateKey, this.publicKey);