body property
HTMLElement
get
body
Specifies the beginning and end of the document body.
Implementation
_i3.HTMLElement get body => _i4.getProperty(
this,
'body',
);
set
body
(HTMLElement value)
Implementation
set body(_i3.HTMLElement value) {
_i4.setProperty(
this,
'body',
value,
);
}