mp4Video property

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

If this is populated, the entry has a related MP4 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:'mp4Video')
String? mp4Video;