cc property

List<String>? cc
final

Recipient(s) of a copy of the email.

CC stands for carbon copy. When you CC people on an email, the CC list is visible to all other recipients.

Implementation

final List<String>? cc;