emblemHash property

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

If we know the emblem's hash, this can be used to look up the player's emblem at the time of a match when receiving PGCR data, or otherwise their currently equipped emblem (if we are able to obtain it).

Implementation

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