membersIncludeIn property Null safety

  1. @JsonKey(ignore: true)
List<String>? membersIncludeIn
read / write

Sets the filter with user IDs that query result will return if any one of user id matches with channel's members

Implementation

@JsonKey(ignore: true)
List<String>? membersIncludeIn;