SequenceStartEvent constructor
SequenceStartEvent(
- FileSpan span,
- CollectionStyle style, {
- String? anchor,
- String? tag,
Implementation
SequenceStartEvent(this.span, this.style, {this.anchor, this.tag});