oldVersion property

num? oldVersion

Implementation

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

Implementation

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