queryString property Null safety
read / write
If set to true
than it allows you to create a complex search that includes wildcard characters, searches across multiple fields, and more.
Defaults to false
.
Read more about it here.
Implementation
bool? queryString;