ListCommentsData constructor
ListCommentsData({})
Implementation
ListCommentsData({
required this.page,
required this.pageSize,
required this.totalPages,
required this.totalData,
required this.comments,
});