isParameter property
bool
get
isParameter
Checks if the node represents a parameter (e.g., ":id").
Implementation
bool get isParameter => path.startsWith(":");
Checks if the node represents a parameter (e.g., ":id").
bool get isParameter => path.startsWith(":");