factory Input$FromToInput({ required DateTime to, required DateTime from, }) => Input$FromToInput._({ r'to': to, r'from': from, });