AppRoutePath.home constructor

AppRoutePath.home()

Identified as the 'home' page.

Implementation

AppRoutePath.home()
    : path = '/',
      isUnknown = false,
      isHomePage = true;