paths property

List<String>? paths
getter/setter pair

The list of path patterns to match.

Each must start with / and the only place a * is allowed is at the end following a /. The string fed to the path matcher does not include any text after the first ? or #, and those chars are not allowed here.

Implementation

core.List<core.String>? paths;