factory Input$taxRankInput({ required String tax, required int rank, }) => Input$taxRankInput._({ r'tax': tax, r'rank': rank, });