inviteCode property

  1. @JsonKey.new(includeIfNull: false, name: 'invite_code')
String? inviteCode
final

Invite code used to access the guild

Implementation

@JsonKey(includeIfNull: false, name: 'invite_code')
final String? inviteCode;