AutoForwarding constructor

AutoForwarding({
  1. String? disposition,
  2. String? emailAddress,
  3. bool? enabled,
})

Implementation

AutoForwarding({
  this.disposition,
  this.emailAddress,
  this.enabled,
});