SupplementalProductDataSource class
The supplemental data source for local and online products.
After creation, you should make sure to link the supplemental product data source into one or more primary product data sources.
Constructors
-
SupplementalProductDataSource.new({String? contentLanguage, String? feedLabel, List<
DataSourceReference> ? referencingPrimaryDataSources}) - SupplementalProductDataSource.fromJson(Map json_)
Properties
- contentLanguage ↔ String?
-
The two-letter ISO 639-1 language of the items in the data source.
getter/setter pair
- feedLabel ↔ String?
-
The feed label that is specified on the data source level.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
referencingPrimaryDataSources
↔ List<
DataSourceReference> ? -
The (unordered and deduplicated) list of all primary data sources linked
to this data source in either default or custom rules.
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