Image constructor
Image({
- Status? error,
- ToolOutputReference? sourceImage,
- String? stepId,
- Thumbnail? thumbnail,
Implementation
Image({
this.error,
this.sourceImage,
this.stepId,
this.thumbnail,
});