CopyWith$Input$UserAccountInput<TRes> constructor

CopyWith$Input$UserAccountInput<TRes>(
  1. Input$UserAccountInput instance,
  2. TRes then(
    1. Input$UserAccountInput
    )
)

Implementation

factory CopyWith$Input$UserAccountInput(
  Input$UserAccountInput instance,
  TRes Function(Input$UserAccountInput) then,
) = _CopyWithImpl$Input$UserAccountInput;