strings property

Iterable<String> strings

Implementation

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

Implementation

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