Message class
Constructors
-
Message({List<
Recipient> bccRecipients, Body body, List<Recipient> ccRecipients, Recipient from, bool hasAttachments, String id, String importance, bool isDeliveryReceiptRequested, bool isDraft, bool isRead, bool isReadReceiptRequested, String lastModifiedDateTime, String receivedDateTime, List<Recipient> replyTo, Recipient sender, String subject, List<Recipient> toRecipients, List<Attachments> attachments}) -
Message.fromJson(Map<
String, dynamic> json)
Properties
-
attachments
↔ List<
Attachments> -
read / write
-
bccRecipients
↔ List<
Recipient> -
read / write
- body ↔ Body
-
read / write
-
ccRecipients
↔ List<
Recipient> -
read / write
- from ↔ Recipient
-
read / write
- hasAttachments ↔ bool
-
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- id ↔ String
-
read / write
- importance ↔ String
-
read / write
- isDeliveryReceiptRequested ↔ bool
-
read / write
- isDraft ↔ bool
-
read / write
- isRead ↔ bool
-
read / write
- isReadReceiptRequested ↔ bool
-
read / write
- lastModifiedDateTime ↔ String
-
read / write
- parentFolderId ↔ String
-
read / write
-
props
→ List<
Object> -
The list of properties that will be used to determine whether
two instances are equal.
read-only
- receivedDateTime ↔ String
-
read / write
-
replyTo
↔ List<
Recipient> -
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- sender ↔ Recipient
-
read / write
- sentDateTime ↔ String
-
read / write
- stringify → bool
-
If set to
true
, the toString method will be overridden to output this instance's props.read-onlyinherited - subject ↔ String
-
read / write
-
toRecipients
↔ List<
Recipient> -
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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