imageUrl property

  1. @JsonKey.new(includeIfNull: false, name: 'image_url')
String? imageUrl
final

URL of the main image to display

Implementation

@JsonKey(includeIfNull: false, name: 'image_url')
final String? imageUrl;