models_comment_comment_modelComment constructorOn this pageComment constructorComment({String? text, String? createdAt, User? creator, String? post, String? likeCount})ImplementationComment({this.text, this.createdAt, this.creator, this.post, this.likeCount});