LocalizedStoreListings constructor
LocalizedStoreListings({
- String? defaultLanguageCode,
- List<
LocalizedStoreListing> ? localizedStoreListings,
Implementation
LocalizedStoreListings({
this.defaultLanguageCode,
this.localizedStoreListings,
});