factory Comment({ String? email, String? name, String? content, String? contentHtml, String? id, }) = _Comment;