GroupConversation class

Represents a group conversation in Microsoft Graph API.

Annotations
  • @JsonSerializable()

Constructors

GroupConversation.new({String? id, String? topic, bool? hasAttachments, List<String>? uniqueSenders, DateTime? lastDeliveredDateTime, String? preview, List<ConversationThread>? threads})
GroupConversation.empty()
const
GroupConversation.fromJson(Map<String, dynamic> json)
factory

Properties

hasAttachments bool?
If true, indicates that the conversation has attachments.
final
hashCode int
The hash code for this object.
no setterinherited
id String?
The unique identifier for the conversation.
final
lastDeliveredDateTime DateTime?
The timestamp of the conversation's last delivered post.
final
preview String?
Preview of the conversation.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
threads List<ConversationThread>?
The threads attached to the conversation.
final
topic String?
The topic of the conversation.
final
uniqueSenders List<String>?
All unique senders in the conversation.
final

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