MessageFlags class
Contains common message flags
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- answered → const String
- The message has been replied by the user
- deleted → const String
- The message has been marked as deleted
- draft → const String
- The message is a draft and not yet complete.
- flagged → const String
- The message has been marked as important / favorite by the user
- keywordForwarded → const String
- The message has been forwarded - note this is a common but not standardized keyword.
- keywordMdnSent → const String
- For this message a read notification has been sent - note this is a common but not standardized keyword.
- recent → const String
- Marks this message as being recent. This flag cannot be changed by clients.
- seen → const String
- The message has been read by the user