ObserveQueryThrottleOptions.none constructor

const ObserveQueryThrottleOptions.none()

removes all throttling options

Note: during cloud sync, this will result in a new QuerySnapshot be emitted for every single item that is synced to the device that matches the query predicate

Implementation

const ObserveQueryThrottleOptions.none()
    : maxCount = 1,
      maxDuration = null;