count property

IDBRequest<num> Function([Object?]) get count

Implementation

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

Implementation

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