lastFetchTime property
DateTime?
get
lastFetchTime
Returns the timestamp of the last successful data fetch.
Implementation
DateTime? get lastFetchTime => _lastFetchTime;
Returns the timestamp of the last successful data fetch.
DateTime? get lastFetchTime => _lastFetchTime;