MyCart class
- Inheritance
Constructors
- MyCart({BackgroundModel? background, ShopModel? shop, InstallApp? installApp, HomeMenuModel? homeMenu, DrawerModel? drawer, DrawerModel? endDrawer})
Properties
- background → BackgroundModel?
-
final
- conditionOverride → ConditionOverride?
-
finalinherited
- drawer → DrawerModel?
-
finalinherited
- endDrawer → DrawerModel?
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- homeMenu → HomeMenuModel?
-
finalinherited
- installApp → InstallApp?
-
finalinherited
- packageCondition → String?
-
finalinherited
- pageId → String
-
finalinherited
- presentationImageAlignment ↔ PresentationImageAlignment?
-
getter/setter pairinherited
- privilegeLevelRequired → PrivilegeLevelRequiredSimple?
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shop → ShopModel?
-
final
Methods
-
assetLocation(
) → String -
override
-
componentID(
) → String? -
override
-
componentName(
) → String -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pageDescription(
) → String -
override
-
pageImageID(
) → String -
pageTitle(
) → String -
override
-
run(
) → Future< PageModel> -
inherited
-
setupComponent(
) → Future< void> -
override
-
toString(
) → String -
A string representation of this object.
inherited
-
uploadImage(
) → Future< PlatformMediumModel> -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
openCartPage(
) → GotoPage
Constants
- identifier → const String