keepExistingData property

bool get keepExistingData

Implementation

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

Implementation

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