cacheDuration property

  1. @override
Duration get cacheDuration
override

Cache TTL for this provider. Keep short for dynamic data, longer for static.

Implementation

@override
Duration get cacheDuration => const Duration(hours: 1);