isNotFound property

bool isNotFound

Whether the setting is targeting the not found route.

Implementation

bool get isNotFound =>
    name == FFRoute.notFoundName && routeName == FFRoute.notFoundRouteName;