CommentReply constructor
CommentReply({})
Implementation
CommentReply({
this.id = "",
this.profileId = "",
this.text = "",
this.likeCount = 0,
this.mediaType,
this.isHidden = false,
this.createdTime = 0,
this.modifiedTime = 0
});