Collection Start Event
abstract class CollectionStartEvent(val anchor: Anchor?, val tag: String?, val implicit: Boolean, val flowStyle: FlowStyle, val startMark: Mark?, val endMark: Mark?) : NodeEvent
Base class for the start events of the collection nodes.
Parameters
implicit
The implicit flag of a collection start event indicates if the tag may be omitted when the collection is emitted
flow Style
indicates if a collection is block or flow