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