CopyWith$Input$FullAddressOwnerPhoneInput<TRes> constructor

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

Implementation

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