models_comment_comment_modelComment constructorOn this pageComment constructor Comment({String? text, String? createdAt, User? creator, String? post, String? likeCount}) Implementation Comment(\{this.text, this.createdAt, this.creator, this.post, this.likeCount\});