menu
microsoft_graph_api package
documentation
models/group/group_conversation_model.dart
GroupConversation
threads property
threads property
dark_mode
light_mode
threads
property
List
<
ConversationThread
>
?
threads
final
The threads attached to the conversation.
Implementation
final List<ConversationThread>? threads;
microsoft_graph_api package
documentation
models/group/group_conversation_model
GroupConversation
threads property
GroupConversation class