title property

String title

Implementation

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

Implementation

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