menu
df_router package
documentation
df_router.dart
RouteState<TExtra extends Object?>
matchPath method
matchPath method
dark_mode
light_mode
matchPath
method
bool
matchPath
(
RouteState
<
Object
?
>
other
)
Implementation
bool matchPath(RouteState other) => uri.path == other.uri.path;
df_router package
documentation
df_router
RouteState<TExtra extends Object?>
matchPath method
RouteState class