initial property

bool initial
final

Marks route as initial destination of a router

initial will auto-generate initial paths for routes with defined-paths

if used with a non-initial defined path it auto-generates a RedirectRoute() to that path

Implementation

final bool initial;