clanName property
Current clan name for the player. This value may be null or an empty string if the user does not have a clan.
Implementation
@JsonKey(name:'clanName')
String? clanName;
Current clan name for the player. This value may be null or an empty string if the user does not have a clan.
@JsonKey(name:'clanName')
String? clanName;