Use wildcards (#161548)

https://dart.dev/language/pattern-types#wildcard
This commit is contained in:
Michael Goderbauer
2025-01-13 21:13:41 -08:00
committed by GitHub
parent 1b0441c18a
commit 9cab4ffee1
51 changed files with 118 additions and 115 deletions

View File

@@ -129,5 +129,5 @@ class PathUrlStrategy extends HashUrlStrategy {
///
/// The [PlatformLocation] parameter is useful for testing to mock out browser
/// integrations.
const PathUrlStrategy([PlatformLocation? _, bool __ = false]);
const PathUrlStrategy([PlatformLocation? _, bool _ = false]);
}