- Dart
- dart:indexed_db
- KeyRange
- KeyRange.lowerBound factory constructor
KeyRange.lowerBound constructor
KeyRange.lowerBound(dynamic bound, [ bool open = false ])
Implementation
factory KeyRange.lowerBound( bound, [bool open = false]) =>
_KeyRangeFactoryProvider.createKeyRange_lowerBound(bound, open);