LocalInventoryDataSource constructor

LocalInventoryDataSource({
  1. String? contentLanguage,
  2. String? feedLabel,
})

Implementation

LocalInventoryDataSource({this.contentLanguage, this.feedLabel});