badge property

String badge

Implementation

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

Implementation

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