body property

HTMLElement? body

Implementation

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

Implementation

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