appendWindowEnd property

num get appendWindowEnd

Implementation

_i2.num get appendWindowEnd => _i4.getProperty(
      this,
      'appendWindowEnd',
    );
set appendWindowEnd (num value)

Implementation

set appendWindowEnd(_i2.num value) {
  _i4.setProperty(
    this,
    'appendWindowEnd',
    value,
  );
}