GoogleCloudRecommendationengineV1beta1Image.fromJson constructor
GoogleCloudRecommendationengineV1beta1Image.fromJson(
- Map _json
Implementation
GoogleCloudRecommendationengineV1beta1Image.fromJson(core.Map _json)
: this(
height:
_json.containsKey('height') ? _json['height'] as core.int : null,
uri: _json.containsKey('uri') ? _json['uri'] as core.String : null,
width: _json.containsKey('width') ? _json['width'] as core.int : null,
);