AutoForwarding class
Auto-forwarding settings for an account.
Constructors
- AutoForwarding({String? disposition, String? emailAddress, bool? enabled})
- AutoForwarding.fromJson(Map json_)
Properties
- disposition ↔ String?
- 
  The state that a message should be left in after it has been forwarded.
Possible string values are:
  getter/setter pair
- emailAddress ↔ String?
- 
  Email address to which all incoming messages are forwarded.
  getter/setter pair
- enabled ↔ bool?
- 
  Whether all incoming mail is automatically forwarded to another address.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited