thumbUrl property

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

URL of a thumbnail image

Implementation

@JsonKey(includeIfNull: false, name: 'thumb_url')
final String? thumbUrl;