Input$GoogleAnalyticsEventDataPurchaseInput constructor

Input$GoogleAnalyticsEventDataPurchaseInput({
  1. required String coupon,
  2. required String order,
})

Implementation

factory Input$GoogleAnalyticsEventDataPurchaseInput({
  required String coupon,
  required String order,
}) =>
    Input$GoogleAnalyticsEventDataPurchaseInput._({
      r'coupon': coupon,
      r'order': order,
    });