icon property

Iterable<Blob> icon

Implementation

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

Implementation

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