dart:indexed_db
Index class
- Annotations
- @Unstable()
- @Native("IDBIndex")
Properties
- keyPath → Object
@annotation_Creates_SerializedScriptValue, final
- multiEntry → bool
final
- name ↔ String
read / write
- objectStore → ObjectStore
final
- unique → bool
final
- hashCode → int
read-only, inherited
- The hash code for this object. [...]
- runtimeType → Type
read-only, inherited
- A representation of the runtime type of the object.
Methods
- count([dynamic key_OR_range ]) → Future<int>
- get(dynamic key) → Future
- getAll(Object query, [ int count ]) → Request
- getAllKeys(Object query, [ int count ]) → Request
- getKey(dynamic key) → Future
- openCursor({dynamic key, KeyRange range, String direction, bool autoAdvance }) → Stream<CursorWithValue>
- Creates a stream of cursors over the records in this object store. [...]
- openKeyCursor({dynamic key, KeyRange range, String direction, bool autoAdvance }) → Stream<Cursor>
- Creates a stream of cursors over the records in this object store. [...]
- noSuchMethod(Invocation invocation) → dynamic
inherited
- Invoked when a non-existent method or property is accessed. [...]
- toString() → String
inherited
- Returns a string representation of this object.
Operators
- operator ==(dynamic other) → bool
inherited
- The equality operator. [...]