ShopParameters class
- Inheritance
-
- Object
- NewAppWizardParameters
- ShopParameters
Constructors
- ShopParameters({required ActionSpecification shopSpecifications, required ActionSpecification cartSpecifications, required bool shopAsCart, required PaymentParameters paymentParameters})
Properties
- cartImage ↔ PlatformMediumModel?
-
getter/setter pair
- cartSpecifications → ActionSpecification
-
final
- faderImage ↔ PlatformMediumModel?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- orderImage ↔ PlatformMediumModel?
-
getter/setter pair
- payConfirmationImage ↔ PlatformMediumModel?
-
getter/setter pair
- payImage ↔ PlatformMediumModel?
-
getter/setter pair
- paymentParameters ↔ PaymentParameters
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shopAsCart ↔ bool
-
getter/setter pair
- shopImage ↔ PlatformMediumModel?
-
getter/setter pair
- shopSpecifications → ActionSpecification
-
final
Methods
-
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