webmVideo property

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

If this is populated, the entry has a related WebM video to show. I am 100% certain I am going to regret putting this directly on TrendingEntry, but it will work so yolo

Implementation

@JsonKey(name:'webmVideo')
String? webmVideo;