ConversationPredicate class
- Inheritance
-
- Object
- BaseConversationPredicate
- ConversationPredicate
Constructors
-
ConversationPredicate({FieldPredicate<
ConversationAccessLevel> ? access, Map<String, CustomFieldPredicate> ? custom, bool? hasUnreadMessages, NumberPredicate? lastMessageTs, FieldPredicate<String?> ? subject}) -
const
- ConversationPredicate.of(ConversationPredicate other)
Properties
-
access
→ FieldPredicate<
ConversationAccessLevel> ? -
Only select conversations that the current user as specific access to.
final
-
custom
→ Map<
String, CustomFieldPredicate> ? -
Only select conversations that have particular custom fields set to particular values.
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- hasUnreadMessages → bool?
-
Set this field to only select conversations that have, or don't have any, unread messages.
final
- lastMessageTs → NumberPredicate?
-
Only select conversations that have the last message sent in a particular time interval.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
subject
→ FieldPredicate<
String?> ? -
Only select conversations that have the subject set to particular values.
final
Methods
-
clone(
) → BaseConversationPredicate -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → dynamic -
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override