find method
- {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});