isPageRoute method

bool isPageRoute(
  1. Type pageType
)

Implementation

bool isPageRoute(Type pageType) => pageType == TModularPage;