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