* All direct children of this construct.
()
| 188 | * All direct children of this construct. |
| 189 | */ |
| 190 | public get children() { |
| 191 | return Object.values(this._children ?? {}); |
| 192 | } |
| 193 | |
| 194 | /** |
| 195 | * Return this construct and all of its children in the given order |
nothing calls this directly
no outgoing calls
no test coverage detected