hudDamageType property

  1. @JsonKey(name: 'hudDamageType', fromJson: decodeDamageType, toJson: encodeDamageType)
DamageType? hudDamageType
getter/setter pair

If the talent grid implies a damage type, this is the enum value for that damage type.

Implementation

@JsonKey(name:'hudDamageType',fromJson:decodeDamageType,toJson:encodeDamageType)
DamageType? hudDamageType;