body property
HTMLElement?
get
body
Implementation
HTMLElement? get body => js_util.getProperty(this, 'body');
set
body
(HTMLElement? newValue)
Implementation
set body(HTMLElement? newValue) {
js_util.setProperty(this, 'body', newValue);
}