genderHash property

  1. @JsonKey(name: 'genderHash')
int? genderHash
getter/setter pair

Use this hash to look up the character's DestinyGenderDefinition.

Implementation

@JsonKey(name:'genderHash')
int? genderHash;