pathOnly property
A "path only" version of the recommended URL design, e.g.
/books, /books/42, /books/42/authors
Implementation
static final pathOnly = StandardUriDesign(Uri(path: '/'));
A "path only" version of the recommended URL design, e.g.
/books, /books/42, /books/42/authors
static final pathOnly = StandardUriDesign(Uri(path: '/'));