YamlDocument.internal constructor
YamlDocument.internal(
- YamlNode contents,
- SourceSpan span,
- VersionDirective? versionDirective,
- List<
TagDirective> tagDirectives, { - bool startImplicit = false,
- bool endImplicit = false,
Users of the library should not use this constructor.
Implementation
YamlDocument.internal(this.contents, this.span, this.versionDirective,
List<TagDirective> tagDirectives,
{this.startImplicit = false, this.endImplicit = false})
: tagDirectives = UnmodifiableListView(tagDirectives);