body property

String get body

Implementation

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

Implementation

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