newVersion property
num?
get
newVersion
Implementation
_i2.num? get newVersion => _i4.getProperty(
this,
'newVersion',
);
set
newVersion
(num? value)
Implementation
set newVersion(_i2.num? value) {
_i4.setProperty(
this,
'newVersion',
value ?? _i6.undefined,
);
}