largeIcon property

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

I regret calling this a "large icon". It's more like a medium-sized image with a picture of the vendor's mug on it, trying their best to look cool. Not what one would call an icon.

Implementation

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