officialUrl property

String officialUrl
@$pb.TagNumber(4)

Implementation

@$pb.TagNumber(4)
$core.String get officialUrl => $_getSZ(3);
void officialUrl= (String v)
@$pb.TagNumber(4)

Implementation

@$pb.TagNumber(4)
set officialUrl($core.String v) {
  $_setString(3, v);
}