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