image property

Image image

The image to show during the Instruction Step. If null nothing is shown.

Implementation

Image get image => this._image;
void image= (Image image)

Implementation

set image(Image image) {
  this._image = image;
}