SealdRecipientRights constructor

SealdRecipientRights({
  1. bool read = true,
  2. bool forward = true,
  3. bool revoke = false,
})

Implementation

SealdRecipientRights({
  this.read = true,
  this.forward = true,
  this.revoke = false,
});