subject method

Mail subject(
  1. String subject
)

Implementation

Mail subject(String subject) {
  _subject = subject;
  return this;
}