oldVersion property

int oldVersion

Implementation

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

Implementation

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