resources property

Iterable<String> get resources

Implementation

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

Implementation

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