DeleteImageResult constructor

DeleteImageResult({
  1. Image? image,
})

Implementation

DeleteImageResult({
  this.image,
});