tag property

String tag

Implementation

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

Implementation

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