Input$MarketplaceGetProductInput constructor
Input$MarketplaceGetProductInput({})
Implementation
factory Input$MarketplaceGetProductInput({
required String product_id,
required String provider,
required String store_id,
}) =>
Input$MarketplaceGetProductInput._({
r'product_id': product_id,
r'provider': provider,
r'store_id': store_id,
});