newVersion property

num? newVersion

Implementation

_i2.num? get newVersion => _i4.getProperty(
      this,
      'newVersion',
    );
void newVersion=(num? value)

Implementation

set newVersion(_i2.num? value) {
  _i4.setProperty(
    this,
    'newVersion',
    value ?? _i6.undefined,
  );
}