image property
The image portraying the choice.
Implementation
get image => this._image;
Implementation
set image(Image image) {
this._image = image;
}
The image portraying the choice.
get image => this._image;
set image(Image image) {
this._image = image;
}