isShortLink property

  1. @TagNumber(4)
bool get isShortLink

@doc Whether to generate a shortened dynamic link.

Implementation

@$pb.TagNumber(4)
$core.bool get isShortLink => $_getBF(3);
  1. @TagNumber(4)
set isShortLink (bool value)

Implementation

@$pb.TagNumber(4)
set isShortLink($core.bool value) => $_setBool(3, value);