image property

String get image

Implementation

String get image => _image;
set image (String image)

Implementation

set image(String image) => _image = image;