contents property

String contents

Implementation

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

Implementation

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