We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2263a13 commit 4032902Copy full SHA for 4032902
lib/src/matchers.dart
@@ -94,7 +94,7 @@ class _RouteMatcher<T> extends Matcher {
94
hasMaintainStateMatcher ||
95
hasFullscreenDialogMatcher;
96
97
- /// Takes an [input] string that looks like "FooBarRoute\<MyType\>" and extracts
+ /// Takes an [input] string that looks like `FooBarRoute<MyType>` and extracts
98
/// the part "MyType".
99
///
100
/// If the `Route<` part cannot be found, it returns the input string
0 commit comments