onversionchange property

dynamic Function(IDBVersionChangeEvent)? get onversionchange

Implementation

_i2.dynamic Function(_i3.IDBVersionChangeEvent)? get onversionchange =>
    (_i3.IDBVersionChangeEvent p0) => _i4.callMethod(
          _i4.getProperty(
            this,
            'onversionchange',
          ),
          r'call',
          [
            this,
            p0,
          ],
        );
set onversionchange (dynamic value(IDBVersionChangeEvent)?)

Implementation

set onversionchange(_i2.dynamic Function(_i3.IDBVersionChangeEvent)? value) {
  _i4.setProperty(
    this,
    'onversionchange',
    value == null ? _i6.undefined : _i4.allowInterop(value),
  );
}