text method

Mail text(
  1. String text
)

Implementation

Mail text(String text) {
  _text = text;
  return this;
}