releaseIcon property

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

If the activity has an icon associated with a specific release (such as a DLC), this is the path to that release's icon.

Implementation

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