pathOnly property

StandardUriDesign pathOnly
final

A "path only" version of the recommended URL design, e.g. /books, /books/42, /books/42/authors

Implementation

static final pathOnly = StandardUriDesign(Uri(path: '/'));