Image constructor

Image({
  1. Status? error,
  2. ToolOutputReference? sourceImage,
  3. String? stepId,
  4. Thumbnail? thumbnail,
})

Implementation

Image({
  this.error,
  this.sourceImage,
  this.stepId,
  this.thumbnail,
});