GetConversationReportListResponse constructor

const GetConversationReportListResponse({
  1. @JsonKey.new(name: 'conversation_reports') required List<ConversationReportView> conversationReports,
  2. @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;