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