GoogleShoppingManufacturersV1ProductCertification.fromJson constructor
GoogleShoppingManufacturersV1ProductCertification.fromJson(
- Map json_
Implementation
GoogleShoppingManufacturersV1ProductCertification.fromJson(core.Map json_)
: this(
authority: json_.containsKey('authority')
? json_['authority'] as core.String
: null,
code: json_.containsKey('code') ? json_['code'] as core.String : null,
name: json_.containsKey('name') ? json_['name'] as core.String : null,
);