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

Static Properties

instanceRuntimeType Type

read-only

Constructors

Index.internal_()

Properties

hashCode int

read-only, inherited
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.

inherited

Methods

count([key_OR_range ]) Future<int>

get(key) Future

getAll(Object range, [ int maxCount ]) Request

getAllKeys(Object range, [ int maxCount ]) Request

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 the result of the JavaScript objects toString method.

inherited