newVersion property

int? newVersion

Implementation

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

Implementation

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