customLink property

  1. @TagNumber.new(6)
String get customLink

Implementation

@$pb.TagNumber(6)
$core.String get customLink => $_getSZ(5);
  1. @TagNumber.new(6)
set customLink (String value)

Implementation

@$pb.TagNumber(6)
set customLink($core.String value) => $_setString(5, value);