preserveResults property Null safety
read / write
It set to true
then it preserves the previously loaded results data that can be used to persist pagination or implement infinite loading.
Implementation
bool? preserveResults;
It set to true
then it preserves the previously loaded results data that can be used to persist pagination or implement infinite loading.
bool? preserveResults;