children property
An optional list of path. If this object's name field is 'home' and one of the child's name is 'profile'. Accessing the child will be achieved using the following url '/home/profile'. Or if the user is already on the home page, '/profile' using the relative-rooting based navigation.
Implementation
final List<NorsePath> children;