CartEntity constructor
CartEntity({
- required String? appId,
- String? title,
- String? description,
- String? checkoutText,
- String? shopId,
- BackgroundEntity? itemImageBackground,
- BackgroundEntity? itemDetailBackground,
- ActionEntity? checkoutAction,
- ActionEntity? backToShopAction,
- ActionEntity? openProductAction,
- StorageConditionsEntity? conditions,
Implementation
CartEntity({
required this.appId,
this.title,
this.description,
this.checkoutText,
this.shopId,
this.itemImageBackground,
this.itemDetailBackground,
this.checkoutAction,
this.backToShopAction,
this.openProductAction,
this.conditions,
});