from property

  1. @override
MailAddress? get from
override

The sender address.

Implementation

@override
MailAddress? get from => _from;