StringPropertyQuery extension

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

on

Properties

caseSensitive bool
Get status of the case-sensitive configuration.
getter/setter pair
distinct bool
Get the status of "distinct-values" configuration.
getter/setter pair

Methods

count() int
Returns the count of non-null values.
find({String? replaceNullWith}) List<String>
Returns values of this property matching the query.