path property

String? path
getter/setter pair

Path to the static files matched by the URL pattern, from the application root directory.

The path can refer to text matched in groupings in the URL pattern.

Implementation

core.String? path;