Update docusaurus/docs/Flutter/guides/understanding_filters.mdx

Co-authored-by: Gordon Hayes <[email protected]>
This commit is contained in:
Deven Joshi
2021-08-12 18:57:10 +05:30
committed by GitHub
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)