iconURL property

String iconURL

Implementation

String get iconURL => js_util.getProperty(this, 'iconURL');
void iconURL=(String newValue)

Implementation

set iconURL(String newValue) {
  js_util.setProperty(this, 'iconURL', newValue);
}