image property
String?
get
image
Implementation
String? get image {
return $$context$$["image"];
}
set
image
(String? value)
Implementation
set image(String? value) {
$$context$$["image"] = value;
}