to method

Mail to(
  1. String email
)

Implementation

Mail to(String email) {
  _to.add(email);
  return this;
}