RouterDescription

data class RouterDescription(val description: String, val children: List<RouterDescription> = listOf())

Constructors

Link copied to clipboard
constructor(description: String, children: List<RouterDescription> = listOf())

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
fun RouterDescription.prettify(depth: Int = 0, escape: EscapeMode = Ansi): String
Link copied to clipboard
open override fun toString(): String