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