string property Null safety
The path of the requested URI.
Always contains a leading '/', but never a trailing '/'.
Implementation
String get string => "/${segments.join("/")}";
The path of the requested URI.
Always contains a leading '/', but never a trailing '/'.
String get string => "/${segments.join("/")}";