CssProduct class

The processed CSS Product.

Constructors

CssProduct.new({Attributes? attributes, String? contentLanguage, CssProductStatus? cssProductStatus, List<CustomAttribute>? customAttributes, String? feedLabel, String? name, String? rawProvidedId})
CssProduct.fromJson(Map json_)

Properties

attributes Attributes?
A list of product attributes.
getter/setter pair
contentLanguage String?
The two-letter [ISO 639-1](http://en.wikipedia.org/wiki/ISO_639-1) language code for the product.
getter/setter pair
cssProductStatus CssProductStatus?
The status of a product, data validation issues, that is, information about a product computed asynchronously.
getter/setter pair
customAttributes List<CustomAttribute>?
A list of custom (CSS-provided) attributes.
getter/setter pair
feedLabel String?
The feed label for the product.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
The name of the CSS Product.
getter/setter pair
rawProvidedId String?
Your unique raw identifier for the product.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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