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