SaveRestrictions constructor

SaveRestrictions({
  1. String? restrictToEmailSha256,
})

Implementation

SaveRestrictions({
  this.restrictToEmailSha256,
});