Children<T> typedef

Children<T> = Map<String, RouterNode<T>>

Implementation

typedef Children<T> = Map<String, RouterNode<T>>;