- Inheritance
- Object
- JSObject
- DartHtmlDomObject
- KeyRange
- Annotations
- @DomName('IDBKeyRange')
- @Unstable()
Static Properties
- instanceRuntimeType → Type
-
@Deprecated("Internal Use Only"), 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
- lower → Object
-
@DocsEditable(), @DomName('IDBKeyRange.lower'), read-only
- lowerOpen → bool
-
@DocsEditable(), @DomName('IDBKeyRange.lowerOpen'), read-only
- upper → Object
-
@DocsEditable(), @DomName('IDBKeyRange.upper'), read-only
- upperOpen → bool
-
@DocsEditable(), @DomName('IDBKeyRange.upperOpen'), read-only
- hashCode → int
-
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
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