StringPropertyQuery extension

"Property query" for a string field. Created by Query.property().

on

Properties

caseSensitive ↔ bool

Available on PropertyQuery<String>, provided by the StringPropertyQuery extension

Get status of the case-sensitive configuration.
getter/setter pair
distinct ↔ bool

Available on PropertyQuery<String>, provided by the StringPropertyQuery extension

Get the status of "distinct-values" configuration.
getter/setter pair

Methods

count() → int

Available on PropertyQuery<String>, provided by the StringPropertyQuery extension

Returns the count of non-null values.
find({String? replaceNullWith}) → List<String>

Available on PropertyQuery<String>, provided by the StringPropertyQuery extension

Returns values of this property matching the query.