tel property

Implementation

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

Implementation

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