type
YamlList
const class YamlList : YamlObj
A YamlObj whose content always has the type YamlObj[]. For example, each item on the list below is itself a list:
- - a - b - c - [a, b, c]
constructors
| make |
Creates a YamlList with the list |
|---|
methods
Slot Details
each
get
make
val
virtual override YamlObj[] val()
Content value as a list