shortUrl property

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

The short URL of the item

Implementation

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

Implementation

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