hasMatch method

bool hasMatch(
  1. String path
)
inherited

Implementation

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