lastTime property

  1. @override
DateTime? get lastTime
override

Gets the timestamp for incremental document queries.

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

Implementation

@override
DateTime? get lastTime => getDateTime('last_time');