defaultValue constant

GcTime const defaultValue

The default: five minutes, the same as TanStack Query's.

Implementation

static const GcTime defaultValue = GcTimeDuration(Duration(minutes: 5));