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