path property
The primary path of the route. For example, /test
or /test/*
.
If using /test/*
, it will match all sub-paths under /test
.
Implementation
late String path;
The primary path of the route. For example, /test
or /test/*
.
If using /test/*
, it will match all sub-paths under /test
.
late String path;