WebApiModulesIntegrationsStorefrontWebCatalog class

Available extensions
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Methods

copyWith({String? id, String? name, String? urlName, String? dealId, String? departmentId, String? locationId, String? warehouseId, bool? allowAddingUnavailableItems, bool? hasRental, bool? hasSales, List<WebApiModulesIntegrationsStorefrontWebCatalogResponseField>? gridFields, List<WebApiModulesIntegrationsStorefrontWebCatalogResponseField>? listFields, List<WebApiModulesIntegrationsStorefrontWebCatalogResponseField>? detailFields, List<WebApiModulesIntegrationsStorefrontWebCatalogResponseField>? shoppingCartFields, String? images, String? landingPageHtml, List<WebApiModulesIntegrationsStorefrontProductDepartment>? departments}) WebApiModulesIntegrationsStorefrontWebCatalog

Available on WebApiModulesIntegrationsStorefrontWebCatalog, provided by the $WebApiModulesIntegrationsStorefrontWebCatalogExtension extension

copyWithWrapped({Wrapped<String?>? id, Wrapped<String?>? name, Wrapped<String?>? urlName, Wrapped<String?>? dealId, Wrapped<String?>? departmentId, Wrapped<String?>? locationId, Wrapped<String?>? warehouseId, Wrapped<bool?>? allowAddingUnavailableItems, Wrapped<bool?>? hasRental, Wrapped<bool?>? hasSales, Wrapped<List<WebApiModulesIntegrationsStorefrontWebCatalogResponseField>?>? gridFields, Wrapped<List<WebApiModulesIntegrationsStorefrontWebCatalogResponseField>?>? listFields, Wrapped<List<WebApiModulesIntegrationsStorefrontWebCatalogResponseField>?>? detailFields, Wrapped<List<WebApiModulesIntegrationsStorefrontWebCatalogResponseField>?>? shoppingCartFields, Wrapped<String?>? images, Wrapped<String?>? landingPageHtml, Wrapped<List<WebApiModulesIntegrationsStorefrontProductDepartment>?>? departments}) WebApiModulesIntegrationsStorefrontWebCatalog

Available on WebApiModulesIntegrationsStorefrontWebCatalog, provided by the $WebApiModulesIntegrationsStorefrontWebCatalogExtension extension

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.
override

Operators

operator ==(Object other) bool
The equality operator.
override

Constants

fromJsonFactory → const WebApiModulesIntegrationsStorefrontWebCatalog Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(WebApiModulesIntegrationsStorefrontWebCatalog instance)