GoogleShoppingManufacturersV1ProductCertification.fromJson constructor

GoogleShoppingManufacturersV1ProductCertification.fromJson(
  1. Map json_
)

Implementation

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