delete property

Future<bool> Function(Object, [CacheQueryOptions?]) get delete

Implementation

_i2.Future<_i2.bool> Function(
  _i2.Object, [
  _i3.CacheQueryOptions?,
]) get delete => (
      _i2.Object p0, [
      _i3.CacheQueryOptions? p1,
    ]) =>
        _i4.promiseToFuture(_i4.callMethod(
          _i4.getProperty(
            this,
            'delete',
          ),
          r'call',
          [
            this,
            p0,
            p1 ?? _i6.undefined,
          ],
        ));
set delete (Future<bool> value(Object, [CacheQueryOptions?]))

Implementation

set delete(
    _i2.Future<_i2.bool> Function(
      _i2.Object, [
      _i3.CacheQueryOptions?,
    ]) value) {
  _i4.setProperty(
    this,
    'delete',
    _i4.allowInterop(value),
  );
}