PrimaryProductDataSource constructor
PrimaryProductDataSource({
- String? contentLanguage,
- List<
String> ? countries, - DefaultRule? defaultRule,
- List<
Destination> ? destinations, - String? feedLabel,
- bool? legacyLocal,
Implementation
PrimaryProductDataSource({
this.contentLanguage,
this.countries,
this.defaultRule,
this.destinations,
this.feedLabel,
this.legacyLocal,
});