characterId property

  1. @JsonKey(name: 'characterId')
String? characterId
getter/setter pair

ID of the player's best character for the reported stat.

Implementation

@JsonKey(name:'characterId')
String? characterId;