Update packages/stream_chat/lib/src/models/filter.dart
This commit is contained in:
@@ -77,7 +77,7 @@ extension FilterOperatorX on FilterOperator {
|
|||||||
/// of type messaging where the current user is a member
|
/// of type messaging where the current user is a member
|
||||||
///
|
///
|
||||||
/// ```dart
|
/// ```dart
|
||||||
/// val filter = Filter.and(
|
/// final filter = Filter.and(
|
||||||
/// Filter.equal('type', 'messaging'),
|
/// Filter.equal('type', 'messaging'),
|
||||||
/// Filter.in_('members', [user.id])
|
/// Filter.in_('members', [user.id])
|
||||||
/// )
|
/// )
|
||||||
|
|||||||
Reference in New Issue
Block a user