path property

String path

Implementation

String get path => nullOrWhitespace(requestUri.path) ? '/' : requestUri.path;