Update packages/stream_chat/lib/src/core/models/filter.dart

Co-authored-by: Salvatore Giordano <[email protected]>
This commit is contained in:
Deven Joshi
2021-09-28 14:10:34 +05:30
committed by GitHub
co-authored by Salvatore Giordano
parent 8fd25028d3
commit 0f9a6c21ac
@@ -40,7 +40,7 @@ enum FilterOperator {
/// Matches values with the specified prefix.
autoComplete,
/// Matches values that exist.
/// Matches values that exist/don't exist based on the specified boolean value.
exists,
/// Matches values that don't exist.