CopyWith$Input$LoyaltySettingsWalletCardInput<TRes> constructor

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

Implementation

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