Delegate class

Settings for a delegate.

Delegates can read, send, and delete messages, as well as view and add contacts, for the delegator's account. See "Set up mail delegation" for more information about delegates.

Constructors

Delegate({String? delegateEmail, String? verificationStatus})
Delegate.fromJson(Map json_)

Properties

delegateEmail String?
The email address of the delegate.
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
verificationStatus String?
Indicates whether this address has been verified and can act as a delegate for the account.
getter/setter pair

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