oldVersion property

int get oldVersion

Implementation

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

Implementation

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