getSendEmails method

List<String> getSendEmails()

Implementation

List<String> getSendEmails() {
  return _sendEmails;
}