factory Input$FavoriteTeamInput({ required String user, required int team, }) => Input$FavoriteTeamInput._({ r'user': user, r'team': team, });