EmailFrom constructor

EmailFrom({
  1. String? username,
  2. String? name,
})

Implementation

EmailFrom({
  this.username,
  this.name,
});