autoRefreshInterval property

Duration? autoRefreshInterval
final

The interval at which the repository will refresh itself. If null, the repository will not refresh itself. If not null, the repository will refresh itself every autoRefreshInterval.

Implementation

final Duration? autoRefreshInterval;