Product.fromJson constructor
Product.fromJson(
- Map json_
Implementation
Product.fromJson(core.Map json_)
: this(
genericUri: json_['genericUri'] as core.String?,
id: json_['id'] as core.String?,
name: json_['name'] as core.String?,
);