FrontMatterDocument class

Document containing the original value, front matter data and content.

Constructors

FrontMatterDocument(String value)

Properties

content String?
The parsed content from the value.
getter/setter pair
data ↔ YamlMap
The parsed YAML front matter as a YamlMap.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
The initial value to be parsed.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
Returns the initial value.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited