ShouldFetch<ResultType> typedef

ShouldFetch<ResultType> = bool Function(ResultType data)

Implementation

typedef ShouldFetch<ResultType> = bool Function(ResultType data);