GetCommentReportListResponse constructor
const
GetCommentReportListResponse({
- @JsonKey.new(name: 'comment_reports') required List<
CommentReportView> commentReports, - @JsonKey.new(name: 'next_page') String? nextPage,
Implementation
const factory GetCommentReportListResponse({@JsonKey(name: 'comment_reports') required List<CommentReportView> commentReports, @JsonKey(name: 'next_page') String? nextPage}) =
_GetCommentReportListResponse;