Input$GoogleAnalyticsEventDataAddPaymentInfoInput constructor

Input$GoogleAnalyticsEventDataAddPaymentInfoInput({
  1. required String payment,
  2. required String coupon,
  3. required String shoppingCart,
})

Implementation

factory Input$GoogleAnalyticsEventDataAddPaymentInfoInput({
  required String payment,
  required String coupon,
  required String shoppingCart,
}) =>
    Input$GoogleAnalyticsEventDataAddPaymentInfoInput._({
      r'payment': payment,
      r'coupon': coupon,
      r'shoppingCart': shoppingCart,
    });