isParameter property

bool get isParameter

Checks if the node represents a parameter (e.g., ":id").

Implementation

bool get isParameter => path.startsWith(":");