ConversationPredicate.of constructor
ConversationPredicate.of(
- ConversationPredicate other
Implementation
ConversationPredicate.of(ConversationPredicate other)
: access = (other.access != null ? FieldPredicate.of(other.access!) : null),
custom = (other.custom != null ? Map.of(other.custom!) : null),
hasUnreadMessages = other.hasUnreadMessages,
lastMessageTs = (other.lastMessageTs != null
? NumberPredicate.of(other.lastMessageTs!)
: null),
subject = (other.subject != null
? FieldPredicate.of(other.subject!)
: null);