Cursor class - dart:indexed_db library (original) (raw)

Implementers

Annotations

Properties

directionString?

no setter

hashCodeint

The hash code for this object.

no setterinherited

keyObject?

no setter

primaryKeyObject?

no setter

runtimeTypeType

A representation of the runtime type of the object.

no setterinherited

sourceObject?

no setter

Methods

advance(int count)→ void

continuePrimaryKey(Object key, Object primaryKey)→ void

delete()→ Future

next([Object? key])→ void

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

Operators

operator ==(Object other)→ bool

The equality operator.

inherited