open property

IDBOpenDBRequest Function(String, [num?]) open

Implementation

_i3.IDBOpenDBRequest Function(
  _i2.String, [
  _i2.num?,
]) get open => (
      _i2.String p0, [
      _i2.num? p1,
    ]) =>
        _i4.callMethod(
          _i4.getProperty(
            this,
            'open',
          ),
          r'call',
          [
            this,
            p0,
            p1 ?? _i6.undefined,
          ],
        );
void open=(IDBOpenDBRequest value(String, [num?]))

Implementation

set open(
    _i3.IDBOpenDBRequest Function(
      _i2.String, [
      _i2.num?,
    ]) value) {
  _i4.setProperty(
    this,
    'open',
    _i4.allowInterop(value),
  );
}