Index

注解
  • @Unstable()
  • @Native("IDBIndex")

属性

hashCode int
此对象的哈希码。
no setterinherited
keyPath Object?
no setter
multiEntry bool?
no setter
name String?
getter/setter 对
objectStore ObjectStore?
no setter
runtimeType Type
对象运行时类型的表示。
no setterinherited
unique bool?
no setter

方法

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
noSuchMethod(Invocation invocation) → dynamic
当访问不存在的方法或属性时调用。
inherited
openCursor({dynamic key, KeyRange? range, String? direction, bool? autoAdvance}) Stream<CursorWithValue>
创建指向此对象存储中记录的游标流。
openKeyCursor({dynamic key, KeyRange? range, String? direction, bool? autoAdvance}) Stream<Cursor>
创建指向此对象存储中记录的游标流。
toString() String
此对象的字符串表示。
inherited

运算符

operator ==(Object other) bool
等于运算符。
inherited