find method

List<T> find (
  1. {T replaceNullWith}
)

Returns values of this property matching the query.

Results are in no particular order. Excludes null values. Set replaceNullWith to return null values as that value.

Implementation

List<T> find({T replaceNullWith});