email property

Iterable<String> email

Implementation

Iterable<String> get email => js_util.getProperty(this, 'email');
void email=(Iterable<String> newValue)

Implementation

set email(Iterable<String> newValue) {
  js_util.setProperty(this, 'email', newValue);
}