YamlListWrapper constructor

YamlListWrapper(
  1. List dartList,
  2. Object? sourceUrl, {
  3. CollectionStyle style = CollectionStyle.ANY,
})

Implementation

YamlListWrapper(List dartList, Object? sourceUrl, {CollectionStyle style = CollectionStyle.ANY})
  : this._(dartList, NullSpan(sourceUrl), style: style);