replyTo property
List<MailAddress> ?
get
replyTo
Implementation
List<MailAddress>? get replyTo => _getReplyToAddresses();
set
replyTo
(List<MailAddress> ? list)
Implementation
set replyTo(List<MailAddress>? list) => _replyTo = list;