image property

dynamic image

The image portraying the choice.

Implementation

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

Implementation

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