Dart
dart:indexed_db
Index
getAll method
getAll
Index class
Properties
keyPath
multiEntry
name
objectStore
unique
hashCode
runtimeType
Methods
count
get
getAll
getAllKeys
getKey
openCursor
openKeyCursor
noSuchMethod
toString
Operators
operator ==
getAll method
Request
getAll
(
Object
query
, [
int
count
])
Implementation
Request getAll(Object query, [int count]) native;