hasAbsolutePath property

  1. @override
bool hasAbsolutePath
override

Whether the URI has an absolute path (starting with '/').

Implementation

@override
bool get hasAbsolutePath => _uri.hasAbsolutePath;