DataSource constructor
DataSource({
- String? dataSourceId,
- String? displayName,
- FileInput? fileInput,
- String? input,
- LocalInventoryDataSource? localInventoryDataSource,
- MerchantReviewDataSource? merchantReviewDataSource,
- String? name,
- PrimaryProductDataSource? primaryProductDataSource,
- ProductReviewDataSource? productReviewDataSource,
- PromotionDataSource? promotionDataSource,
- RegionalInventoryDataSource? regionalInventoryDataSource,
- SupplementalProductDataSource? supplementalProductDataSource,
Implementation
DataSource({
this.dataSourceId,
this.displayName,
this.fileInput,
this.input,
this.localInventoryDataSource,
this.merchantReviewDataSource,
this.name,
this.primaryProductDataSource,
this.productReviewDataSource,
this.promotionDataSource,
this.regionalInventoryDataSource,
this.supplementalProductDataSource,
});