linear property
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;
This will change onDocumentAdded
call to .add
instead of .insert
,
which might help if your query doesn't care about order changes
final bool linear;