selectAllLabel property

String? selectAllLabel
final

This property allows you to add a new property in the list with a particular value in such a way that when selected i.e value is similar/contains to that label(selectAllLabel) then QueryType.term query will make sure that the field exists in the results.

Implementation

final String? selectAllLabel;