content property
String
get
content
Returns the content of the entry. The content will exclude the syntax tokens.
Implementation
String get content => _value.toString().substring(
syntax.startToken.length,
_value.length - syntax.endToken.length,
);