RegionalInventoryDataSource.fromJson constructor
RegionalInventoryDataSource.fromJson(
- Map json_
Implementation
RegionalInventoryDataSource.fromJson(core.Map json_)
: this(
contentLanguage: json_['contentLanguage'] as core.String?,
feedLabel: json_['feedLabel'] as core.String?,
);