preserveResults property Null safety

bool? preserveResults
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;