FdcDataSetBookmarksApi class final

Public bookmark facade for FdcDataSet.

Keeps transient cursor bookmarks out of the dataset root API while preserving clear, page-independent record-position semantics.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create() FdcDataSetBookmark?
Creates a transient bookmark for the current visible record.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
restore(FdcDataSetBookmark bookmark, {bool fallbackToNearest = false}) bool
Restores the current record from bookmark.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited