shouldLogRoutes property
bool
get
shouldLogRoutes
Check if route/navigation logging should occur This respects both the flag AND the log level
Implementation
static bool get shouldLogRoutes =>
enableRouteLogging && ZenLogLevel.info.shouldLog(logLevel);