GoogleCloudRetailV2ProductInlineSource.fromJson constructor
GoogleCloudRetailV2ProductInlineSource.fromJson(
- Map json_
Implementation
GoogleCloudRetailV2ProductInlineSource.fromJson(core.Map json_)
: this(
products: (json_['products'] as core.List?)
?.map((value) => GoogleCloudRetailV2Product.fromJson(
value as core.Map<core.String, core.dynamic>))
.toList(),
);