vanityUrlCode property

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

The vanity URL code for the guild

Implementation

@JsonKey(includeIfNull: false, name: 'vanity_url_code')
final String? vanityUrlCode;