Map<String, Object?> toJson() => { 'isFetching': isFetching, 'lastFetchedAt': lastFetchedAt, 'stale': stale, 'error': error?.toJson(), };