factory Input$GameContentInput({ required String title, required String description, }) => Input$GameContentInput._({ r'title': title, r'description': description, });