kRefreshIntervalDuration top-level constant

Duration const kRefreshIntervalDuration

The interval to refresh data from the server at.

Based on kRefreshInterval.

Implementation

const kRefreshIntervalDuration = Duration(milliseconds: kRefreshInterval);