Dart SDK
dart:indexed_db
CursorWithValue
class
CursorWithValue
Properties
Properties
value
direction
key
primaryKey
source
Methods
delete
update
advance
continuePrimaryKey
next
(Not documented.)
Annotations
DocsEditable()
DomName('IDBCursorWithValue')
Unstable()
Extends
Object
Cursor
CursorWithValue
Properties
Object
value
read-only
String
direction
read-only ,
inherited
Object
key
read-only ,
inherited
Object
primaryKey
read-only ,
inherited
Object
source
read-only ,
inherited
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