LocalizedStoreListings constructor

LocalizedStoreListings({
  1. String? defaultLanguageCode,
  2. List<LocalizedStoreListing>? localizedStoreListings,
})

Implementation

LocalizedStoreListings({
  this.defaultLanguageCode,
  this.localizedStoreListings,
});