updateInterval property
The interval at which the repository should update. If Duration.zero, the repository will not update unless triggered by another repository. When automatic updates are enabled, the build method will be called with UpdateTrigger at the specified interval.
Override this getter to enable automatic updates.
Implementation
Duration get updateInterval => Duration.zero;