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