LocalInventoryDataSource.fromJson constructor

LocalInventoryDataSource.fromJson(
  1. Map json_
)

Implementation

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