saveToSentItems property
Whether to save the message in the Sent Items folder. Exclude from JSON generation as we use this field directly.
Implementation
@JsonKey(includeFromJson: false, includeToJson: false)
final bool? saveToSentItems;
Whether to save the message in the Sent Items folder. Exclude from JSON generation as we use this field directly.
@JsonKey(includeFromJson: false, includeToJson: false)
final bool? saveToSentItems;