PublicKeyInUse constructor

PublicKeyInUse({
  1. String? message,
})

Implementation

PublicKeyInUse({
  this.message,
});