YamlMapWrapper constructor

YamlMapWrapper(
  1. Map dartMap,
  2. Object? sourceUrl, {
  3. CollectionStyle style = CollectionStyle.ANY,
})

Implementation

YamlMapWrapper(Map dartMap, Object? sourceUrl, {CollectionStyle style = CollectionStyle.ANY})
  : this._(dartMap, NullSpan(sourceUrl), style: style);