Node

constructor(    parent: BranchSeeker.Node?,     title: String,     status: BranchSeeker.Status? = null,     message: String? = null,     nodes: MutableList<BranchSeeker.Node> = mutableListOf(),     storedData: MutableMap<NodeParameterKey<*, *>, Any?> = mutableMapOf())