Not documented.

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

Static Methods

internalCreateIndex() Index

Constructors

Index.internal_()

Properties

The underlying JS DOM object.

read / write, inherited
hashCode int

read-only
keyPath Object

read-only
multiEntry bool

read-only
name String

read-only
objectStore ObjectStore

read-only
runtimeType Type

A representation of the runtime type of the object.

read-only, inherited
unique bool

read-only

Operators

operator ==(other) bool

The equality operator.

Methods

count([key_OR_range]) Future<int>

get(key)

getKey(key)

noSuchMethod(Invocation invocation) → dynamic

noSuchMethod is invoked when users invoke a non-existent method on an object. The name of the method and the arguments of the invocation are passed to noSuchMethod in an Invocation. If noSuchMethod returns a value, that value becomes the result of the original invocation.

inherited
openCursor({key, KeyRange range, String direction, bool autoAdvance}) Stream<CursorWithValue>

Creates a stream of cursors over the records in this object store.

openKeyCursor({key, KeyRange range, String direction, bool autoAdvance}) Stream<Cursor>

Creates a stream of cursors over the records in this object store.

toString() String

Returns a string representation of this object.

inherited