CommentsModel constructor
Implementation
CommentsModel({this.profileImage, this.userName, this.timeAgo, this.commentData, this.totalRepliesCount, this.isLiked, this.likeCount, this.subCommentData});
CommentsModel({this.profileImage, this.userName, this.timeAgo, this.commentData, this.totalRepliesCount, this.isLiked, this.likeCount, this.subCommentData});