factory CommentUpdate.fromJson(Map<String, dynamic> json) { return CommentUpdate(json['id'], Comment.fromJson(json['model'])); }