GoogleCloudRetailV2Image constructor

GoogleCloudRetailV2Image({
  1. int? height,
  2. String? uri,
  3. int? width,
})

Implementation

GoogleCloudRetailV2Image({
  this.height,
  this.uri,
  this.width,
});