onblocked property

dynamic Function(IDBVersionChangeEvent)? get onblocked

Implementation

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

Implementation

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