isGoRouter property

bool get isGoRouter

Whether the configured routing strategy uses GoRouter.

Implementation

bool get isGoRouter => strategy == 'go_router';