hudIcon property

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

If the talent grid has a special icon that's shown in the game UI (like builds, funny that), this is the identifier for that icon. Sadly, we don't actually get that icon right now. I'll be looking to replace this with a path to the actual icon itself.

Implementation

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