name property

Iterable<String> get name

Implementation

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

Implementation

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