inviteCode property
Invite code used to access the guild
Implementation
@JsonKey(includeIfNull: false, name: 'invite_code')
final String? inviteCode;
Invite code used to access the guild
@JsonKey(includeIfNull: false, name: 'invite_code')
final String? inviteCode;