lastTime property

DateTime? get lastTime

Gets the timestamp for incremental document queries.

Used to request only documents updated after this time (for efficient sync).

Implementation

DateTime? get lastTime;