factory User.fromJson(Map<String, dynamic> data) { print("Calling user from json with "); print(data); return _$UserFromJson(data); }