CopyWith$Input$LoyaltySettingsAggregatorInput<TRes> constructor

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

Implementation

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