FilterCriteria class

Message matching criteria.

Constructors

FilterCriteria({bool? excludeChats, String? from, bool? hasAttachment, String? negatedQuery, String? query, int? size, String? sizeComparison, String? subject, String? to})
FilterCriteria.fromJson(Map json_)

Properties

excludeChats bool?
Whether the response should exclude chats.
getter/setter pair
from String?
The sender's display name or email address.
getter/setter pair
hasAttachment bool?
Whether the message has any attachment.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
negatedQuery String?
Only return messages not matching the specified query.
getter/setter pair
query String?
Only return messages matching the specified query.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int?
The size of the entire RFC822 message in bytes, including all headers and attachments.
getter/setter pair
sizeComparison String?
How the message size in bytes should be in relation to the size field. Possible string values are:
getter/setter pair
subject String?
Case-insensitive phrase found in the message's subject.
getter/setter pair
to String?
The recipient's display name or email address.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited