ObserveQueryThrottleOptions constructor

const ObserveQueryThrottleOptions({
  1. int? maxCount,
  2. Duration? maxDuration,
})

Options for throttling events emitted from ObserveQuery during the sync process

Implementation

const ObserveQueryThrottleOptions({this.maxCount, this.maxDuration});