Inheritance
Annotations
  • DomName('IDBKeyRange')
  • Unstable()

Static Properties

instanceRuntimeType Type

read-only

Static Methods

bound_(Object lower, Object upper, [ bool lowerOpen, bool upperOpen ]) KeyRange

lowerBound_(Object bound, [ bool open ]) KeyRange

only_(Object value) KeyRange

upperBound_(Object bound, [ bool open ]) KeyRange

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

hashCode int

read-only, inherited
lower Object

read-only
lowerOpen bool

read-only
runtimeType Type

A representation of the runtime type of the object.

read-only, inherited
upper Object

read-only
upperOpen bool

read-only

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