Checks if response is staled from maxStale option.
bool isStaled() { return maxStale?.isBefore(DateTime.now()) ?? false; }