KeyPair constructor

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

Implementation

KeyPair({this.pk = '', this.sk = ''});