SequenceStartEvent constructor

SequenceStartEvent(
  1. FileSpan span,
  2. CollectionStyle style, {
  3. String? anchor,
  4. String? tag,
})

Implementation

SequenceStartEvent(this.span, this.style, {this.anchor, this.tag});