getAll property

IDBRequest<List> Function([dynamic, num?]) getAll

Implementation

_i3.IDBRequest<_i2.List<_i2.dynamic>> Function([
  _i2.dynamic,
  _i2.num?,
]) get getAll => ([
      _i2.dynamic p0,
      _i2.num? p1,
    ]) =>
        _i4.callMethod(
          _i4.getProperty(
            this,
            'getAll',
          ),
          r'call',
          [
            this,
            p0,
            p1 ?? _i6.undefined,
          ],
        );
void getAll=(IDBRequest<List> value([dynamic, num?]))

Implementation

set getAll(
    _i3.IDBRequest<_i2.List<_i2.dynamic>> Function([
      _i2.dynamic,
      _i2.num?,
    ]) value) {
  _i4.setProperty(
    this,
    'getAll',
    _i4.allowInterop(value),
  );
}