create method

FdcDataSetBookmark? create()

Creates a transient bookmark for the current visible record.

Returns null when the dataset is closed, empty, or has no current record. The bookmark is valid only for this dataset instance.

Implementation

FdcDataSetBookmark? create() => _dataSet._createBookmark();