largeTransparentIcon property

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

This is apparently the "Watermark". I am not certain offhand where this is actually used in the Game UI, but some people may find it useful.

Implementation

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