icon property

Iterable<Blob> get icon

Implementation

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

Implementation

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