update property

IDBRequest<Object> Function([dynamic]) get update

Implementation

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

Implementation

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