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

Static Methods

internalCreateIndex() Index

Constructors

Index.internal_()

Properties

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) Future

getKey(key) Future

noSuchMethod(Invocation invocation) → dynamic

Invoked when a non-existent method or property is accessed.

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