html method

Mail html(
  1. String html
)

Implementation

Mail html(String html) {
  _html = html;
  return this;
}