CatalogItem constructor
CatalogItem({
- String? name,
- String? description,
- List<
String> ? imageIds, - List<
String> ? taxIds, - String? abbreviation,
- bool? availableElectronically,
- bool? availableForPickup,
- bool? availableOnline,
- String? categoryId,
- List<
CatalogItemOptionForItem> ? itemOptions, - String? labelColor,
- List<
CatalogItemModifierListInfo> ? modifierListInfo, - CatalogItemProductType? productType,
- bool? skipModifierScreen,
- String? sortName,
- List<
CatalogObject> ? variations,
Implementation
CatalogItem({
this.name, this.description, this.imageIds, this.taxIds,
this.abbreviation, this.availableElectronically, this.availableForPickup,
this.availableOnline, this.categoryId, this.itemOptions, this.labelColor,
this.modifierListInfo, this.productType, this.skipModifierScreen,
this.sortName, this.variations
});