GetConversationReportListResponse constructor
const
GetConversationReportListResponse({
- @JsonKey.new(name: 'conversation_reports') required List<
ConversationReportView> conversationReports, - @JsonKey.new(name: 'next_page') String? nextPage,
Implementation
const factory GetConversationReportListResponse({@JsonKey(name: 'conversation_reports') required List<ConversationReportView> conversationReports, @JsonKey(name: 'next_page') String? nextPage}) =
_GetConversationReportListResponse;