keepExistingData property

bool keepExistingData

Implementation

bool get keepExistingData => js_util.getProperty(this, 'keepExistingData');
void keepExistingData=(bool newValue)

Implementation

set keepExistingData(bool newValue) {
  js_util.setProperty(this, 'keepExistingData', newValue);
}