vanityUrlCode property

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

New vanity URL code, or null to remove

Implementation

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