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