imagePath property
The path of the image to show during the Instruction Step (e.g.: "assets/picture.png"). If null
nothing is shown.
Implementation
String get imagePath => this._imagePath;
Implementation
set imagePath(String imagePath) {
this._imagePath = imagePath;
}