isParameter method

bool isParameter()

Implementation

bool isParameter() {
  return type == RouteTreeNodeType.parameter;
}