lowerBound property

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

Implementation

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

Implementation

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