imageUrl property

String get imageUrl

Implementation

String get imageUrl {
  return $$context$$["imageUrl"];
}
set imageUrl (String value)

Implementation

set imageUrl(String value) {
  $$context$$["imageUrl"] = value;
}