Input$FBPixelEventDataInput class
Constructors
- Input$FBPixelEventDataInput({Input$FBPixelEventDataAddPaymentInfoInput? AddPaymentInfo, Input$FBPixelEventDataAddToCartInfoInput? AddToCart, Input$FBPixelEventDataAddToWishlistInfoInput? AddToWishlist, Input$FBPixelEventDataCompleteRegistrationInfoInput? CompleteRegistration, Input$FBPixelEventDataInititeCheckoutInfoInput? InitiateCheckout, Input$FBPixelEventDataLeadInfoInput? Lead, Input$FBPixelEventDataInititeCheckoutInfoInput? Purchase, Input$FBPixelEventDataSearchInfoInput? Search, Input$FBPixelEventDataTrialSubInfoInput? StartTrial, Input$FBPixelEventDataTrialSubInfoInput? Subscribe, Input$FBPixelEventDataViewContentInfoInput? ViewContent})
-
factory
-
Input$FBPixelEventDataInput.fromJson(Map<
String, dynamic> data) -
factory
Properties
- AddPaymentInfo → Input$FBPixelEventDataAddPaymentInfoInput?
-
no setter
- AddToCart → Input$FBPixelEventDataAddToCartInfoInput?
-
no setter
- AddToWishlist → Input$FBPixelEventDataAddToWishlistInfoInput?
-
no setter
- CompleteRegistration → Input$FBPixelEventDataCompleteRegistrationInfoInput?
-
no setter
-
copyWith
→ CopyWith$Input$FBPixelEventDataInput<
Input$FBPixelEventDataInput> -
no setter
- hashCode → int
-
The hash code for this object.
no setteroverride
- InitiateCheckout → Input$FBPixelEventDataInititeCheckoutInfoInput?
-
no setter
- Lead → Input$FBPixelEventDataLeadInfoInput?
-
no setter
- Purchase → Input$FBPixelEventDataInititeCheckoutInfoInput?
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- Search → Input$FBPixelEventDataSearchInfoInput?
-
no setter
- StartTrial → Input$FBPixelEventDataTrialSubInfoInput?
-
no setter
- Subscribe → Input$FBPixelEventDataTrialSubInfoInput?
-
no setter
- ViewContent → Input$FBPixelEventDataViewContentInfoInput?
-
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