conversationParts property
The full conversation
Only returned when getting one conversation
Implementation
@JsonKey(name: 'conversationParts')
List<ConversationPart>? get conversationParts =>
throw _privateConstructorUsedError;
The full conversation
Only returned when getting one conversation
@JsonKey(name: 'conversationParts')
List<ConversationPart>? get conversationParts =>
throw _privateConstructorUsedError;