commentReports property

  1. @JsonKey.new(name: 'comment_reports')
List<CommentReportView> get commentReports
inherited

Implementation

@JsonKey(name: 'comment_reports')
List<CommentReportView> get commentReports =>
    throw _privateConstructorUsedError;