Parse from a json
factory ChatTypePrivate.fromJson(Map<String, dynamic> json) => ChatTypePrivate( userId: json['user_id'], );