YamlMap.internal constructor

YamlMap.internal(
  1. Map<dynamic, YamlNode> nodes,
  2. SourceSpan span,
  3. CollectionStyle style
)

Users of the library should not use this constructor.

Implementation

YamlMap.internal(Map<dynamic, YamlNode> nodes, super.span, this.style)
    : nodes = UnmodifiableMapView<dynamic, YamlNode>(nodes),
      super._();