KeyPair constructor

const KeyPair({
  1. @Uint8ListConverter() Uint8List? privateKey,
  2. @Uint8ListConverter() Uint8List? publicKey,
})

Implementation

const factory KeyPair({
  @Uint8ListConverter() Uint8List? privateKey,
  @Uint8ListConverter() Uint8List? publicKey,
}) = _KeyPair;