shortUrl property

  1. @TagNumber.new(30)
String get shortUrl

The short URL of the item

Implementation

@$pb.TagNumber(30)
$core.String get shortUrl => $_getSZ(7);
  1. @TagNumber.new(30)
set shortUrl (String value)

Implementation

@$pb.TagNumber(30)
set shortUrl($core.String value) => $_setString(7, value);