tag property

String get tag

Implementation

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

Implementation

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