menu
omnyshell_web package
documentation
router/route_match.dart
RouteMatch
RouteMatch.new const constructor
RouteMatch.new const constructor
dark_mode
light_mode
RouteMatch
constructor
const
RouteMatch
(
String
pattern
,
String
path
, [
Map
<
String
,
String
>
params
=
const {}
])
Creates a route match.
Implementation
const RouteMatch(this.pattern, this.path, [this.params = const {}]);
omnyshell_web package
documentation
router/route_match
RouteMatch
RouteMatch.new const constructor
RouteMatch class