CursorWithValue

继承
注解
  • @Unstable()
  • @Native("IDBCursorWithValue")

属性

direction String?
没有设置器继承的
hashCode int
此对象的哈希码。
没有设置器继承的
key Object?
没有设置器继承的
primaryKey Object?
没有设置器继承的
runtimeType Type
对象运行时类型的表示。
没有设置器继承的
source Object?
没有设置器继承的
value → dynamic
没有设置器

方法

advance(int count) → void
继承的
continuePrimaryKey(Object key, Object primaryKey) → void
继承的
delete() Future
继承的
next([Object? key]) → void
继承的
noSuchMethod(Invocation invocation) → dynamic
当访问不存在的属性或方法时被调用。
继承的
toString() String
此对象的字符串表示。
继承的
update(dynamic value) Future
继承的

运算符

operator ==(Object other) bool
等于运算符。
继承的