linear property

bool linear
final

This will change onDocumentAdded call to .add instead of .insert, which might help if your query doesn't care about order changes

Implementation

final bool linear;