Input$GoogleAnalyticsEventDataInput class
Constructors
- Input$GoogleAnalyticsEventDataInput({Input$GoogleAnalyticsEventDataLoginInput? login, Input$GoogleAnalyticsEventDataLoginInput? signup, Input$GoogleAnalyticsEventDataSearchInput? search, Input$GoogleAnalyticsEventDataEarnVirtualCurrencyInput? earn_virtual_currency, Input$GoogleAnalyticsEventDataSpendVirtualCurrencyInput? spend_virtual_currency, Input$GoogleAnalyticsEventDataAddPaymentInfoInput? add_payment_info, Input$GoogleAnalyticsEventDataAddShippingInfoInput? add_shipping_info, Input$GoogleAnalyticsEventDataAddToCartInput? add_to_cart, Input$GoogleAnalyticsEventDataWishlistInput? add_to_wishlist, Input$GoogleAnalyticsEventDataBeginCheckoutInput? begin_checkout, Input$GoogleAnalyticsEventDataGenerateLeadInput? generate_lead, Input$GoogleAnalyticsEventDataPurchaseInput? purchase, Input$GoogleAnalyticsEventDataRefundInput? refund, Input$GoogleAnalyticsEventDataRemoveFromCartInput? remove_from_cart, Input$GoogleAnalyticsEventDataRemoveFromCartInput? select_item, Input$GoogleAnalyticsEventDataViewCartInput? view_cart, Input$GoogleAnalyticsEventDataSelectItemInput? view_item})
-
factory
-
Input$GoogleAnalyticsEventDataInput.fromJson(Map<
String, dynamic> data) -
factory
Properties
- add_payment_info → Input$GoogleAnalyticsEventDataAddPaymentInfoInput?
-
no setter
- add_shipping_info → Input$GoogleAnalyticsEventDataAddShippingInfoInput?
-
no setter
- add_to_cart → Input$GoogleAnalyticsEventDataAddToCartInput?
-
no setter
- add_to_wishlist → Input$GoogleAnalyticsEventDataWishlistInput?
-
no setter
- begin_checkout → Input$GoogleAnalyticsEventDataBeginCheckoutInput?
-
no setter
-
copyWith
→ CopyWith$Input$GoogleAnalyticsEventDataInput<
Input$GoogleAnalyticsEventDataInput> -
no setter
- earn_virtual_currency → Input$GoogleAnalyticsEventDataEarnVirtualCurrencyInput?
-
no setter
- generate_lead → Input$GoogleAnalyticsEventDataGenerateLeadInput?
-
no setter
- hashCode → int
-
The hash code for this object.
no setteroverride
- login → Input$GoogleAnalyticsEventDataLoginInput?
-
no setter
- purchase → Input$GoogleAnalyticsEventDataPurchaseInput?
-
no setter
- refund → Input$GoogleAnalyticsEventDataRefundInput?
-
no setter
- remove_from_cart → Input$GoogleAnalyticsEventDataRemoveFromCartInput?
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- search → Input$GoogleAnalyticsEventDataSearchInput?
-
no setter
- select_item → Input$GoogleAnalyticsEventDataRemoveFromCartInput?
-
no setter
-
no setter
- signup → Input$GoogleAnalyticsEventDataLoginInput?
-
no setter
- spend_virtual_currency → Input$GoogleAnalyticsEventDataSpendVirtualCurrencyInput?
-
no setter
- view_cart → Input$GoogleAnalyticsEventDataViewCartInput?
-
no setter
- view_item → Input$GoogleAnalyticsEventDataSelectItemInput?
-
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override