lastFetchTime property

DateTime? get lastFetchTime

Returns the timestamp of the last successful data fetch.

Implementation

DateTime? get lastFetchTime => _lastFetchTime;