ListCommentLikesResponse constructor
const
ListCommentLikesResponse({
- @JsonKey.new(name: 'comment_likes') required List<
CommentLikeView> commentLikes, - @JsonKey.new(name: 'next_page') String? nextPage,
Implementation
const factory ListCommentLikesResponse({@JsonKey(name: 'comment_likes') required List<CommentLikeView> commentLikes, @JsonKey(name: 'next_page') String? nextPage}) = _ListCommentLikesResponse;