TreeNodeDto

constructor(value: T, children: List<TreeNodeDto<T>> = emptyList())(source)