clanTag property

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

Current clan tag for the player. This value may be null or an empty string if the user does not have a clan.

Implementation

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