ObserveQueryThrottleOptions class

Options for throttling events emitted from ObserveQuery during the sync process

Constructors

ObserveQueryThrottleOptions({int? maxCount, Duration? maxDuration})
Options for throttling events emitted from ObserveQuery during the sync process
const
ObserveQueryThrottleOptions.defaults()
default throttle options
const
ObserveQueryThrottleOptions.none()
removes all throttling options
const

Properties

hashCode int
The hash code for this object.
no setterinherited
maxCount int?
During the initial sync, a QuerySnapshot wil be generated every maxCount records
final
maxDuration Duration?
During the initial sync, a QuerySnapshot wil be generated every maxDuration
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited