- Inheritance
- Object
- JSObject
- DartHtmlDomObject
- KeyRange
- Annotations
- DomName('IDBKeyRange')
- Unstable()
Static Properties
- instanceRuntimeType → Type
-
read-only
Static Methods
Constructors
- KeyRange.bound(lower, upper, [bool lowerOpen = false, bool upperOpen = false])
-
factory
- KeyRange.internal_()
- KeyRange.lowerBound(bound, [bool open = false])
-
factory
- KeyRange.only(value)
-
factory
- KeyRange.upperBound(bound, [bool open = false])
-
factory
Properties
Operators
-
operator ==(
other) → bool -
The equality operator.…
inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.…
inherited -
toString(
) → String -
Returns the result of the JavaScript objects
toString
method.inherited