KeyPair constructor

KeyPair({
  1. required String pk,
  2. required String sk,
})

Implementation

KeyPair({required this.pk, required this.sk});