hasMatch method

bool hasMatch(
  1. String path
)

Implementation

bool hasMatch(String path) {
  return findMatch(RouteSettings(name: path)) != null;
}