CursorWithValue class

Inheritance
Annotations
  • @Unstable()
  • @Native("IDBCursorWithValue")

Properties

direction String?
read-onlyinherited
hashCode int
The hash code for this object.
read-onlyinherited
key Object?
read-onlyinherited
primaryKey Object?
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
source Object?
read-onlyinherited
value → dynamic
read-only

Methods

advance(int count) → void
inherited
continuePrimaryKey(Object key, Object primaryKey) → void
inherited
delete() Future
inherited
next([Object? key]) → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
update(dynamic value) Future
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited