recipients property

  1. @TagNumber.new(11)
PbList<String> get recipients

The list of email addresses of the recipients

Implementation

@$pb.TagNumber(11)
$pb.PbList<$core.String> get recipients => $_getList(2);