IntentPayloadIntentOptions class
The options for the intent.
Constructors
- IntentPayloadIntentOptions({bool? enableOfferOverride})
- IntentPayloadIntentOptions.fromJson(Map json_)
Properties
- enableOfferOverride ↔ bool?
-
If true, Google may use a different product and promotion id from the ones
in the
create_intentbased on the user's eligibility.getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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.
inherited