markdownDescription property

  1. @TagNumber(5)
String get markdownDescription

markdown content for the entire module

Implementation

@$pb.TagNumber(5)
$core.String get markdownDescription => $_getSZ(4);
  1. @TagNumber(5)
set markdownDescription (String v)

Implementation

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