isGoRouter property
bool
get
isGoRouter
Whether the configured routing strategy uses GoRouter.
Implementation
bool get isGoRouter => strategy == 'go_router';
Whether the configured routing strategy uses GoRouter.
bool get isGoRouter => strategy == 'go_router';