highResImage property

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

An optional path to a high-resolution image, probably 1920x1080.

Implementation

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