title property
String
get
title
Implementation
String get title => js_util.getProperty(this, 'title');
set
title
(String newValue)
Implementation
set title(String newValue) {
js_util.setProperty(this, 'title', newValue);
}