content property

String content

Implementation

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

Implementation

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