FlaggedForAction enum

Defines the follow-up actions that may be stamped on a message.
Inheritance

Constructors

FlaggedForAction()
const

Values

Any → const FlaggedForAction
The message is flagged with any action.
Call → const FlaggedForAction
The recipient is requested to call the sender.
DoNotForward → const FlaggedForAction
The recipient is requested not to forward the message.
FollowUp → const FlaggedForAction
The recipient is requested to follow up on the message.
FYI → const FlaggedForAction
The recipient received the message for information.
Forward → const FlaggedForAction
The recipient is requested to forward the message.
NoResponseNecessary → const FlaggedForAction
The recipient is informed that a response to the message is not required.
Read → const FlaggedForAction
The recipient is requested to read the message.
Reply → const FlaggedForAction
The recipient is requested to reply to the sender of the message.
ReplyToAll → const FlaggedForAction
The recipient is requested to reply to everyone the message was sent to.
Review → const FlaggedForAction
The recipient is requested to review the message.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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

values → const List<FlaggedForAction>
A constant List of the values in this enum, in order of their declaration.