newVersion property
int?
get
newVersion
Implementation
int? get newVersion => js_util.getProperty(this, 'newVersion');
set
newVersion
(int? newValue)
Implementation
set newVersion(int? newValue) {
js_util.setProperty(this, 'newVersion', newValue);
}