EmailPreferences constructor

EmailPreferences({
  1. bool? enableFailureEmail,
})

Implementation

EmailPreferences({
  this.enableFailureEmail,
});