KeyPair constructor

const KeyPair(
  1. String secretKey,
  2. String publicKey
)

Implementation

const KeyPair(this.secretKey, this.publicKey);