emblemHash property
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;