maxDuration property

Duration? maxDuration
final

During the initial sync, a QuerySnapshot wil be generated every maxDuration

If maxCount is non-null, a QuerySnapshot may generated more freqnently than every maxDuration

Implementation

final Duration? maxDuration;