AppRoutePath.page constructor

AppRoutePath.page(
  1. String? path
)

Identified as a Page.

Implementation

AppRoutePath.page(this.path)
    : isUnknown = false,
      isHomePage = false;