maxCount property

int? maxCount
final

During the initial sync, a QuerySnapshot wil be generated every maxCount records

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

Implementation

final int? maxCount;