documentationRootUrl property
The URL to the root of documentation.
Implementation
@$pb.TagNumber(4)
$core.String get documentationRootUrl => $_getSZ(3);
Implementation
@$pb.TagNumber(4)
set documentationRootUrl($core.String value) => $_setString(3, value);