compositionEnd property

int compositionEnd

Implementation

int get compositionEnd => js_util.getProperty(this, 'compositionEnd');
void compositionEnd=(int newValue)

Implementation

set compositionEnd(int newValue) {
  js_util.setProperty(this, 'compositionEnd', newValue);
}