mirror of
https://github.com/flutter/samples.git
synced 2026-04-07 04:02:13 +00:00
General cleanup: consistent quoting, sort dependencies, (#859)
single quotes everywhere fix comment references
This commit is contained in:
@@ -25,8 +25,10 @@ class TemplateRouteParser extends RouteInformationParser<ParsedRoute> {
|
||||
TemplateRouteParser({
|
||||
/// The list of allowed path templates (['/', '/users/:id'])
|
||||
required List<String> allowedPaths,
|
||||
|
||||
/// The initial route
|
||||
String? initialRoute = '/',
|
||||
|
||||
/// [RouteGuard] used to redirect.
|
||||
this.guard,
|
||||
}) : initialRoute =
|
||||
|
||||
Reference in New Issue
Block a user