hasEmptyPath property

  1. @override
bool hasEmptyPath
override

Whether the URI has an empty path.

Implementation

@override
bool get hasEmptyPath => _uri.hasEmptyPath;