* All direct children of this construct.
()
| 201 | * All direct children of this construct. |
| 202 | */ |
| 203 | public get children() { |
| 204 | return Object.values(this._children ?? {}); |
| 205 | } |
| 206 | |
| 207 | /** |
| 208 | * Return this construct and all of its children in the given order |
nothing calls this directly
no outgoing calls
no test coverage detected