to property

String? to
getter/setter pair

The recipient's display name or email address.

Includes recipients in the "to", "cc", and "bcc" header fields. You can use simply the local part of the email address. For example, "example" and "example@" both match "[email protected]". This field is case-insensitive.

Implementation

core.String? to;