YamlList.internal constructor

YamlList.internal(
  1. List<YamlNode> nodes,
  2. SourceSpan span,
  3. 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._();