matchPath method

bool matchPath(
  1. RouteState<Object?> other
)

Implementation

bool matchPath(RouteState other) => uri.path == other.uri.path;