ValueElementSequence
A builder for a sequence of [ValueElement].
ValueElementSequence
Class
Common
class ValueElementSequence : Sequence<ValueElement>
A builder for a sequence of ValueElement.
Functions
operator fun set(name: String, value: Any?)
Specify a sub element with name and value.
