code property

  1. @JsonKey.new(includeIfNull: false)
String? code
final

The new vanity URL code (2-32 characters, alphanumeric and hyphens)

Implementation

@JsonKey(includeIfNull: false)
final String? code;