Index class - dart:indexed_db library (original) (raw)
Annotations
- @Unstable.new()
- @Native.new("IDBIndex")
Properties
The hash code for this object.
no setterinherited
no setter
multiEntry → bool?
no setter
getter/setter pair
no setter
A representation of the runtime type of the object.
no setterinherited
no setter
Methods
count([dynamic key_OR_range])→ Future<int>
getAll(Object? query, [int? count])→ Request
getAllKeys(Object? query, [int? count])→ Request
noSuchMethod(Invocation invocation)→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
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.
A string representation of this object.
inherited
Operators
operator ==(Object other)→ bool
The equality operator.
inherited