BranchContentMetaData class

Constructors

BranchContentMetaData()

Properties

condition BranchCondition?
Condition of the product item. Value is one of the enum constants from {@link CONDITION}
getter/setter pair
contentSchema BranchContentSchema?
Schema for the qualifying content item. Please see BranchContentSchema
getter/setter pair
currencyType BranchCurrencyType?
Currency type associated with the price
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
price double
Any price associated with the qualifying content item
getter/setter pair
productBrand String
Any brand name associated with this metadata
getter/setter pair
productCategory BranchProductCategory?
Category of product if this metadata is for a product Value should be one of the enumeration from {@link ProductCategory}
getter/setter pair
productName String
Name of any product specified by this metadata
getter/setter pair
productVariant String
Variant of product if this metadata is for a product
getter/setter pair
quantity double
Quantity of the thing associated with the qualifying content item
getter/setter pair
rating double
Rating for the qualifying content item
getter/setter pair
ratingAverage double
Average rating for the qualifying content item
getter/setter pair
ratingCount int
Total number of ratings for the qualifying content item
getter/setter pair
ratingMax double
Maximum ratings for the qualifying content item
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sku String
Holds any associated store keeping unit
getter/setter pair

Methods

addCustomMetadata(String key, dynamic value) BranchContentMetaData
addImageCaptions(List<String> captions) BranchContentMetaData
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setAddress({String? street, String? city, String? region, String? country, String? postalCode}) BranchContentMetaData
setLocation(double latitude, double longitude) BranchContentMetaData
toMap() Map<String, dynamic>
toMapWeb() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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