ListCommentReports constructor

  1. @JsonSerializable(fieldRename: FieldRename.snake, includeIfNull: false)
const ListCommentReports({
  1. int? page,
  2. int? limit,
  3. int? communityId,
  4. bool? unresolvedOnly,
  5. required String auth,
})

Implementation

@JsonSerializable(fieldRename: FieldRename.snake, includeIfNull: false)
const factory ListCommentReports({
  int? page,
  int? limit,
  int? communityId,
  bool? unresolvedOnly,
  required String auth,
}) = _ListCommentReports;