Creates a new upper-bound key range.
factory KeyRange.upperBound(Object upperBound, [bool open = false]) => IdbKeyRange.upperBound(upperBound, open);