get property

IDBRequest Function(Object) get get

Implementation

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

Implementation

set get(_i3.IDBRequest<_i2.dynamic> Function(_i2.Object) value) {
  _i4.setProperty(
    this,
    'get',
    _i4.allowInterop(value),
  );
}