Dart API Reference
dart:indexed_db
CursorWithValue
CursorWithValue
class
Annotations
DocsEditable()
DomName('IDBCursorWithValue')
Unstable()
Extends
Object
Cursor
CursorWithValue
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
(
) →
Future
Inherited
update
(
value
) →
Future
Inherited
advance
(
int
count
) →
void
Inherited
continuePrimaryKey
(
Object
key
,
Object
primaryKey
) →
void
Inherited
next
(
[
Object
key
]) →
void
Inherited