icons property

Implementation

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

Implementation

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