factory Input$CreateElectionInput({ required String name, required String slug, }) => Input$CreateElectionInput._({ r'name': name, r'slug': slug, });