YamlList.internal constructor
YamlList.internal(
- List<
YamlNode> nodes, - SourceSpan span,
- CollectionStyle style
Users of the library should not use this constructor.
Implementation
YamlList.internal(List<YamlNode> nodes, super.span, this.style)
: nodes = UnmodifiableListView<YamlNode>(nodes),
super._();