GoogleCloudRetailV2Image.fromJson constructor

GoogleCloudRetailV2Image.fromJson(
  1. Map json_
)

Implementation

GoogleCloudRetailV2Image.fromJson(core.Map json_)
    : this(
        height: json_['height'] as core.int?,
        uri: json_['uri'] as core.String?,
        width: json_['width'] as core.int?,
      );