toggle menu
SnakeYAML Engine KMP
2.7.4-SNAPSHOT
common
switch theme
search in API
SnakeYAML Engine KMP
/
org.snakeyaml.engine.v2.events
/
SequenceEndEvent
Sequence
End
Event
class
SequenceEndEvent
:
CollectionEndEvent
Marks the end of a sequence.
See also
Sequence
Start
Event
Members
Constructors
Sequence
End
Event
Link copied to clipboard
constructor
(
startMark
:
Mark
?
,
endMark
:
Mark
?
)
constructor
(
)
Properties
end
Mark
Link copied to clipboard
val
endMark
:
Mark
?
=
null
event
Id
Link copied to clipboard
open
override
val
eventId
:
Event.ID
Get the type (kind) of this Event
start
Mark
Link copied to clipboard
val
startMark
:
Mark
?
=
null
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String