content property

String get content

Implementation

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

Implementation

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