stringFilter property

StringFilter<T>? stringFilter
final

stringFilter Required if you type. If not, it is understood that the type will be String. ex.: stringFilter: (Person person) => person.name, The list will be filtered by the person.name contains (default) a query.

Implementation

final StringFilter<T>? stringFilter;