highResIcon property

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

If this item has a high-res icon (at least for now, many things won't), then the path to that icon will be here.

Implementation

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