iconURL property

String get iconURL

Implementation

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

Implementation

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