Dart API Reference
dart:indexed_db
CursorWithValue
CursorWithValue
class
Annotated by:
DocsEditable()
DomName('IDBCursorWithValue')
Unstable()
Extends:
Cursor
Object
Instance Properties
value
Object
read-only
direction
String
Inherited
read-only
key
Object
Inherited
read-only
primaryKey
Object
Inherited
read-only
source
Object
Inherited
read-only
Instance Methods
delete
Inherited
( ) →
Future
update
Inherited
(
value
) →
Future
advance
Inherited
(
int
count
) →
void
continuePrimaryKey
Inherited
(
Object
key
,
Object
primaryKey
) →
void
next
Inherited
( [
Object
key
] ) →
void