PublicKeyResponse constructor

PublicKeyResponse({
  1. String publicKey,
  2. Map<String, String> publicKeys,
})

Implementation

PublicKeyResponse({this.publicKey, this.publicKeys});