EmailChannelConfiguration constructor

EmailChannelConfiguration({
  1. String? from,
  2. String? from_name,
  3. String? template_id,
  4. String? usernameSubstitution,
})

Implementation

EmailChannelConfiguration(
    {this.from, this.from_name, this.template_id, this.usernameSubstitution});