idbCursor top-level property
dynamic
get
idbCursor
This IndexedDB API interface represents a cursor for traversing or iterating over multiple records in a database.
Implementation
_i2.dynamic get idbCursor => _i4.getProperty(
_self,
'IDBCursor',
);