notWildcard property

bool notWildcard

Check if this route is not a wildcard path

Implementation

bool get notWildcard => path != '*';