SimpleMessagePredicate class

Inheritance

Properties

custom → Map<String, CustomFieldPredicate>?
Only select messages that have particular custom fields set to particular values.
final
hashCode → int
The hash code for this object.
no setteroverride
origin → FieldPredicate<MessageOrigin>?
Only show messages that were sent by users (web), through the REST API (rest), via reply-to-email (email) or via the import REST API (import).
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
sender → SenderPredicate?
Only show messages that are sent by a sender that has all of the given properties
final
type → FieldPredicate<MessageType>?
Only show messages of a given type
final

Methods

clone() → MessagePredicate
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