EmailPreferences constructor

EmailPreferences({
  1. String? name,
  2. String? newsAndTips,
})

Implementation

EmailPreferences({this.name, this.newsAndTips});