KeyRange.upperBound constructor Null safety

KeyRange.upperBound(
  1. dynamic bound,
  2. [bool open = false]
)

Implementation

factory KeyRange.upperBound(/*Key*/ bound, [bool open = false]) =>
    _KeyRangeFactoryProvider.createKeyRange_upperBound(bound, open);