appendWindowStart property

double appendWindowStart

Implementation

double get appendWindowStart =>
    js_util.getProperty(this, 'appendWindowStart');
void appendWindowStart=(double newValue)

Implementation

set appendWindowStart(double newValue) {
  js_util.setProperty(this, 'appendWindowStart', newValue);
}