GetCommentLikes constructor

const GetCommentLikes({
  1. @JsonKey.new(name: 'comment_id') required int commentId,
  2. int? page,
  3. int? limit,
  4. String? auth,
})

Implementation

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