image property

String? image

Implementation

String? get image => _$this._image;
void image=(String? image)

Implementation

set image(String? image) => _$this._image = image;