Update docusaurus/docs/Flutter/guides/understanding_filters.mdx
Co-authored-by: Gordon Hayes <[email protected]>
This commit is contained in:
co-authored by
Gordon Hayes
parent
1c846b4da7
commit
c3444fe491
@@ -101,7 +101,7 @@ Filter.autoComplete('name', 'demo')
|
||||
|
||||
#### Filter.exists
|
||||
|
||||
Matches values that exist/don't exist based on the specified boolean value.
|
||||
The 'exists' filter matches values that exist, or don't exist, based on the specified boolean value.
|
||||
|
||||
```dart
|
||||
Filter.exists('name', true)
|
||||
|
||||
Reference in New Issue
Block a user