markdownDocumentation property
The markdown content describing the usage of the model
Implementation
@$pb.TagNumber(3)
$core.String get markdownDocumentation => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set markdownDocumentation($core.String v) { $_setString(2, v); }