factory Input$TargetInput({ String? pos, String? user, }) => Input$TargetInput._({ if (pos != null) r'pos': pos, if (user != null) r'user': user, });