RegionalInventoryDataSource.fromJson constructor

RegionalInventoryDataSource.fromJson(
  1. Map json_
)

Implementation

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