KeyPair.from constructor

KeyPair.from({
  1. required String pub,
  2. required String priv,
})

Implementation

KeyPair.from({required this.pub, required this.priv});