factory CommentTyping.fromJson(Map<String, dynamic> json) => CommentTyping(json['id'], json['userId']);