upperBound property

IDBKeyRange Function([dynamic, bool?]) get upperBound

Implementation

static _i3.IDBKeyRange Function([
  _i2.dynamic,
  _i2.bool?,
]) get upperBound => ([
      _i2.dynamic p0,
      _i2.bool? p1,
    ]) =>
        _i4.callMethod(
          _i4.getProperty(
            _i8.target289,
            'upperBound',
          ),
          r'call',
          [
            _i8.target289,
            p0,
            p1 ?? _i6.undefined,
          ],
        );
set upperBound (IDBKeyRange value([dynamic, bool?]))

Implementation

static set upperBound(
    _i3.IDBKeyRange Function([
      _i2.dynamic,
      _i2.bool?,
    ]) value) {
  _i4.setProperty(
    _i8.target289,
    'upperBound',
    _i4.allowInterop(value),
  );
}