KeyPair constructor

const KeyPair({
  1. required Uint8List privateKey,
  2. required Uint8List publicKey,
})

Implementation

const KeyPair({required this.privateKey, required this.publicKey});