image property

String? get image

Implementation

String? get image {
  return _image;
}
set image (String? value)

Implementation

set image(String? value) {
  _image = value;
}