compute property

StaleTime Function(Query<Object?> query) compute
final

Given the query, the stale time to apply. May itself return another StaleTime.dynamic; StaleTime.resolveFor unwraps until it reaches a plain value.

Implementation

final StaleTime Function(Query<Object?> query) compute;