GetImageResponse constructor

GetImageResponse({
  1. Image? image,
  2. String? requestId,
})

Implementation

GetImageResponse({
  this.image,
  this.requestId,
});