imageUrl property

  1. @JsonKey(name: 'image_url')
String? imageUrl
getter/setter pair

URL where you can get an image representing this institution. Usually this is hosted on Wikipedia, and usually it's a seal or logo.

Implementation

@JsonKey(name: 'image_url')
String? imageUrl;