topMatch property

RouteMatch topMatch

Implementation

RouteMatch get topMatch {
  if (hasPendingChildren) {
    return _getTopMatch(pendingChildren.last);
  }
  return _match;
}