AuthPublicKey constructor

AuthPublicKey({
  1. required String publicKey,
})

Implementation

AuthPublicKey({
  required this.publicKey,
});