icon property
String
get
icon
Implementation
String get icon => js_util.getProperty(this, 'icon');
set
icon
(String newValue)
Implementation
set icon(String newValue) {
js_util.setProperty(this, 'icon', newValue);
}