isInitialized property

bool get isInitialized

Whether the GoRouter instance has been created and mounted.

Implementation

static bool get isInitialized => _activeGoRouter != null;