body property

String body

Implementation

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

Implementation

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