label property

String label

Implementation

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

Implementation

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