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