PublicKeyAlreadyExists constructor

PublicKeyAlreadyExists({
  1. String? message,
})

Implementation

PublicKeyAlreadyExists({
  this.message,
});