SimpleConversationPredicate class

Inheritance

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() → ConversationPredicate
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.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
override