conversationParts property

  1. @JsonKey(name: 'conversationParts')
List<ConversationPart>? get conversationParts
inherited

The full conversation

Only returned when getting one conversation

Implementation

@JsonKey(name: 'conversationParts')
List<ConversationPart>? get conversationParts =>
    throw _privateConstructorUsedError;