titleRecordHash property

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

If this Character has a title assigned to it, this is the identifier of the DestinyRecordDefinition that has that title information.

Implementation

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