copyWith property

Implementation

CopyWith$Input$UserWithTargetInput<Input$UserWithTargetInput> get copyWith =>
    CopyWith$Input$UserWithTargetInput(
      this,
      (i) => i,
    );