GetCommentLikes constructor
const
GetCommentLikes({})
Implementation
const factory GetCommentLikes({@JsonKey(name: 'comment_id') required int commentId, int? page, int? limit, String? auth}) = _GetCommentLikes;
const factory GetCommentLikes({@JsonKey(name: 'comment_id') required int commentId, int? page, int? limit, String? auth}) = _GetCommentLikes;