throttleDuration property

Duration? throttleDuration
getter/setter pair

Duration for which to throttle saving. Disable by setting to null. It is recommended to set a duration of a few (2-5) seconds to reduce storage calls, while preventing data loss. A duration of zero (default) will try to save on next available cycle

Implementation

Duration? throttleDuration;