content property

  1. @TagNumber.new(2)
String get content

The Markdown content of the page. You can use (== include {path} ==) to include content from a Markdown file.

Implementation

@$pb.TagNumber(2)
$core.String get content => $_getSZ(1);
  1. @TagNumber.new(2)
set content (String v)

Implementation

@$pb.TagNumber(2)
set content($core.String v) { $_setString(1, v); }