PrimaryProductDataSource constructor

PrimaryProductDataSource({
  1. String? contentLanguage,
  2. List<String>? countries,
  3. DefaultRule? defaultRule,
  4. List<Destination>? destinations,
  5. String? feedLabel,
  6. bool? legacyLocal,
})

Implementation

PrimaryProductDataSource({
  this.contentLanguage,
  this.countries,
  this.defaultRule,
  this.destinations,
  this.feedLabel,
  this.legacyLocal,
});